The ThreadDebug type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
ThreadFinished |
Proceeds the necessary actions when the thread finished
| |
ThreadStarted |
Registers the thread to the thread list
|
Properties
Name | Description | |
---|---|---|
FinishedThreads |
List of the last finished threads.
| |
LiveThreads |
List of live threads.
| |
MaxFinishedThreadsLogged |
Maximum number of finished threads that should be logged by the system.
|
See Also