SmartBatch 2006 Application Programmatic Interface

OnExit Enumeration

The processing that will take place when an error is found on an Operation by the Executive Server.

public enum OnExit

Members

Member Name Description
Continue Continue with the next Operation in any Step or next Step in any Job the Operation is processing in. If the Operation has a schedule that causes it to recur within a day, it will be rescheduled for that time.
NextStep If the Operation is in a Step, processing skips to the next Step.
Stop Processing for the Operation stops and the Operation will remain in the status until an someone removes it. If the Operation is in a Step or Job, the processing for the Step or Job is stopped.
StopAndReschedule The Operation is stopped and rescheduled for its next run date and time. If the Operation is in a Step or Job, the Step or Job is stopped and rescheduled for its next run date and time.

Requirements

Namespace: OnLineToolWorks.SmartBatch.Data

Assembly: OnLineToolWorks.SmartBatch.Data (in OnLineToolWorks.SmartBatch.Data.dll)

See Also

OnLineToolWorks.SmartBatch.Data Namespace