SmartBatch 2006 Application Programmatic Interface

DependencyTypes Enumeration

Indicates the type of dependency.

public enum DependencyTypes

Members

Member Name Description
ObjectToObject An object to object dependency type. This can be any combination of Operation, Step and Job. The child object will not be processed until the parent object has completed.
FileExistence A file existence dependency type. A file must exist (or not exist) for the dependency to be met.
FileWatch A file notification filter dependency type. The filter conditions must be met for the dependency to be satisfied.
Custom Reserved for future use.

Requirements

Namespace: OnLineToolWorks.SmartBatch.Data

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

See Also

OnLineToolWorks.SmartBatch.Data Namespace