How does the post-job script access job properties like extra info?
I noticed the PreJob.py script is passed the Deadline plugin:
def main( deadlinePlugin ):
but my PostJob.py function is not:
def main(*args):
At least with how it’s currently setup over here.