enum State;
Value | Description |
---|---|
Available |
Can execute. |
CallInProgress |
Process is executing. A context in this state cannot be used as the Context of another asynchronous process. |
CallSuccess |
Process succeeded and ended. |
CallFailure |
Process failed and ended. |
CallCancelled |
Process was canceled. |
Enumerated type that represents the CallContext
state.
CONFIDENTIAL