Record TThreadManager

Hierarchy
Methods
Properties

Unit

Declaration

type TThreadManager = record

Description

Record for thread management.

Overview

Fields

Public LastActiveTime: Int64;
Public StartTime: Int64;
Public ThreadName: String;

Description

Fields

Public LastActiveTime: Int64;

Timestamp when the thread was last active.

Public StartTime: Int64;

Timestamp when the thread started.

Public ThreadName: String;

Name of the thread.


Generated by PasDoc 0.16.0-snapshot.