# Enum: com.pnfsoftware.jeb.util.concurrent.ThreadMonitor.State

Monitoring lifecycle states.

## Constant: DONE
Description: The target thread completed or handled interruption successfully.

## Constant: ERROR
Description: Monitoring completed but the target thread did not terminate.

## Constant: EXCEPTION
Description: The monitor terminated because an exception was raised.

## Constant: MONITORING
Description: The monitor is currently watching the target thread.

## Constant: READY
Description: The monitor has not started.

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.util.concurrent.ThreadMonitor.State`


## Static Method: values
- return type: `com.pnfsoftware.jeb.util.concurrent.ThreadMonitor.State[]`


