Table of Contents

Enum AbstractCommand<TResult>.TimedOutStatus

Namespace
Steeltoe.CircuitBreaker.Hystrix
Assembly
Steeltoe.CircuitBreaker.HystrixBase.dll
protected enum AbstractCommand<TResult>.TimedOutStatus

Fields

COMPLETED = 1
NOT_EXECUTED = 0
TIMED_OUT = 2