Viewing Daemon Threads

Daemon threads are threads that run at regular intervals or predetermined times. The schedule and intervals at which the threads run are configurable.

Daemon threads that are running display a green line icon. Daemons threads that are not running display a broken red line icon. To find out more information about the thread, click and expand the node icon.

Name
The name of the thread.
Alive
The activity status of the thread: active (True) or inactive (False).
Status
The running status of the thread: Running or Sleeping.
StopTime
The last stop time for the thread.
CreateTime
The creation date and time of the thread.
Schedule
The date and time the thread is scheduled to run.
LongestRun
The longest time taken for running the entire thread.
LongestRunStartTime
The start time for the LongestRun thread.
LongestRunEndTime
The end time for the LongestRun thread.