SmartBatch 2006 Application Programmatic Interface

LogOption Enumeration

Indicates when to write to History.

public enum LogOption

Members

Member Name Description
LogOnStart Write a History record when the Operation starts.
LogOnSuccess Write a History record on successful completion of the Operation.
LogOnFailure Write a History record if the Operation is found to be in error.
LogOnInfo Write a History record for information purposes.

Requirements

Namespace: OnLineToolWorks.SmartBatch.Data

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

See Also

OnLineToolWorks.SmartBatch.Data Namespace