Enum AbstractCommand<TResult>.CommandState
Namespace: Steeltoe.CircuitBreaker.Hystrix
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
protected enum CommandState : int
Fields
Name | Description |
---|---|
NOT_STARTED | |
OBSERVABLE_CHAIN_CREATED | |
TERMINAL | |
UNSUBSCRIBED | |
USER_CODE_EXECUTED |