Click or drag to resize

ExecutionState Enumeration

Processing state of one of the three phases: Intake, Transformation or Output.

Namespace:  Mavidian.DataConveyer.Common
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public enum ExecutionState
Members
  Member nameDescription
NotYetStarted Execution of the phase has not yet started.
Running Phase execution is in progress.
Complete Phase execution has finished.
See Also