ControlOptions interface
Properties
always |
Always run the job. |
continue |
Indicates whether to continue job on error or not. |
enabled | Indicates the job enabled or not. |
Property Details
alwaysRun
Always run the job.
alwaysRun: boolean
Property Value
boolean
continueOnError
Indicates whether to continue job on error or not.
continueOnError: boolean
Property Value
boolean
enabled
Indicates the job enabled or not.
enabled: boolean
Property Value
boolean