Table of Contents

Enum TState

Namespace
Steeltoe.Management.Endpoint.ThreadDump
Assembly
Steeltoe.Management.EndpointBase.dll
public enum TState

Fields

BLOCKED = 2
NEW = 0
RUNNABLE = 1
TERMINATED = 5
TIMED_WAITING = 4
WAITING = 3