ExecutionStepExecutionState Property |
Shows where the execution of the step has reached. 0=Ready; 10=Active; 20=Executing; 30=Completing; 40=Failing; 50=Terminating; 60=Completed; 70=Failed; 80=Terminated. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic int ExecutionState { get; set; }
Public Property ExecutionState As Integer
Get
Set
public:
property int ExecutionState {
int get ();
void set (int value);
}
member ExecutionState : int with get, set
Property Value
Type:
Int32
See Also