SmartBatch 2006 Application Programmatic Interface

StatusAction Enumeration

Indicates the action associated with the Status.

public enum StatusAction

Members

Member Name Description
Execute Execute the object on demand.
Hold Place the object on hold.
Resume Resume the object.
Remove Remove the object from the status. This will cause any running process associated with the object to be terminated.
IgnoreDependency Indicates that dependencies should be ignored.

Requirements

Namespace: OnLineToolWorks.SmartBatch.Data

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

See Also

OnLineToolWorks.SmartBatch.Data Namespace