Package com.axemble.vdoc.sdk.interfaces
Interface IAgent.ExecutionStatus
- Enclosing interface:
- IAgent
public static interface IAgent.ExecutionStatus
All execution states.
- 
Field SummaryFields
- 
Field Details- 
NEVER_RUNstatic final int NEVER_RUN- See Also:
 
- 
RUNNINGstatic final int RUNNING- See Also:
 
- 
SUCCESSstatic final int SUCCESS- See Also:
 
- 
WARNINGstatic final int WARNING- See Also:
 
- 
FAILUREstatic final int FAILURE- See Also:
 
 
-