Record TThreadManager
Unit
Declaration
type TThreadManager = record
Description
Record for thread management.
Overview
Fields
![]() |
LastActiveTime: Int64; |
![]() |
StartTime: Int64; |
![]() |
ThreadName: String; |
Description
Fields
![]() |
LastActiveTime: Int64; |
|
Timestamp when the thread was last active. | |
![]() |
StartTime: Int64; |
|
Timestamp when the thread started. | |
![]() |
ThreadName: String; |
|
Name of the thread. | |
Generated by PasDoc 0.16.0-snapshot.
