# Enum: com.pnfsoftware.jeb.core.units.code.debug.DebuggerThreadStatus

Statuses of a debugged thread.

## Constant: CREATED
Description: Thread was created.

## Constant: MONITOR
Description: Thread is waiting on a monitor.

## Constant: PAUSED
Description: Thread is paused or suspended.

## Constant: RUNNING
Description: Thread is running.

## Constant: SLEEPING
Description: Thread is sleeping.

## Constant: TERMINATED
Description: Thread is terminated.

## Constant: UNKNOWN
Description: Unknown thread status.

## Constant: WAITING
Description: Thread is waiting.

## Constant: ZOMBIE
Description: Thread is a zombie.

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.debug.DebuggerThreadStatus`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.code.debug.DebuggerThreadStatus[]`


