public enum JinniOperationState
Public Enumeration JinniOperationState
public enum class JinniOperationState
type JinniOperationState
Created | 0 | Created. |
InProgress | 1 | Active (in progress). |
Completed | 2 | Completed. |
Interrupted | 3 | Interrupted. |
Failed | 4 | Failed. |