axlDeleteJobPolicy
axlDeleteJobPolicy(
t_jobPolicyName
)
=> t / nil
Description
Deletes the named job policy from the setup.
Arguments
Value Returned
Examples
Delete the job policy, mypolicy:
axlDeleteJobPolicy( "mypolicy" )
=> t
Return to top