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