  | 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
Syntaxpublic enum ExecutionState
Public Enumeration ExecutionState
Members| 
									 
								 | Member name | Description | 
|---|
 | NotYetStarted | 
            Execution of the phase has not yet started. 
             | 
 | Running | 
            Phase execution is in progress.
             | 
 | Complete | 
            Phase execution has finished.
             | 
See Also