SmartBatch 2006 Application Programmatic Interface

ScheduleStartupOptions Enumeration

Restart schedule options that determine how the Executive Server should treat old schedules when the Executive Server is restarted.

public enum ScheduleStartupOptions

Members

Member Name Description
ProcessLeaveInPending Place the object in the pending status if the schedule is old.
ProcessStartNow Start the object now if the schedule is old.
ProcessRemoveAndReschedule Remove the object from the Status and recalculate the schedule to the 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