SmartBatch 2006 Application Programmatic Interface

Options Enumeration

Options defines a set of processing options that can be used to alter the behavior of specific values examined by the Executive Server.

public enum Options

Members

Member Name Description
UseExitCodeRegX Tells the Executive Server that it should evaluate the ExitCodeExpression as a regular expression. Otherwise, a direct match is used.
UseKeywordRegX Tells the Executive Server that is should evaluate the KeywordExpression as a aregular expression. Otherwise, a direct match is used.
RunTooLongIsError Tells the Executive Server to treat the run threshold too long value as an error condition. Otherwise, the Executive Server will process the run too long event by creating a notification event and optionally terminating the associated process.

Requirements

Namespace: OnLineToolWorks.SmartBatch.Data

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

See Also

OnLineToolWorks.SmartBatch.Data Namespace