axlSaveJobPolicy
axlSaveJobPolicy(t_policyName[t_targetDirectory] ) => t / nil
Description
Saves the policy given by the t_policyName argument.
Arguments
Value Returned
|
The job policy specified through the t_policyName argument is saved. |
||
|
Indicates an error in case the directory does not exist or you do not have write permission. |
||
Examples
Save the specified job policy:
axlSaveJobPolicy("mypolicy" "../../policies/")
=> t
Return to top