BatchRunner.GetJobProperty |
Returns a runtime property of the batch job currently being executed. Syntax INVOKE BatchRunner.GetJobProperty WITH SELECT { data_directory | task:data_directory
| task:filename | task:set:filename
| jobname | inputset | outputset }
The optional parameter that corresponds to the information you want to retrieve must be passed. Example INVOKE BatchRunner.GetJobProperty WITH SELECT CURRENT_ACCOUNT:INPUT_SET_1:filename Parameters
|