SmartBatch 2006 Application Programmatic Interface

NotifyOption Enumeration

Indicates if an Operation notifies on start, success or failure.

public enum NotifyOption

Members

Member Name Description
NotifyOnStart Notify on the start of processing for an Operation.
NotifyOnSuccess Notify on the successful completion of an Operation.
NotifyOnFailure Notify if the Operation was found to be in error.

Requirements

Namespace: OnLineToolWorks.SmartBatch.Data

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

See Also

OnLineToolWorks.SmartBatch.Data Namespace