Class TNodeStatusThread
Unit
Declaration
type TNodeStatusThread = class(TThread)
Description
This class represents a thread that communicates with a specific node to obtain its status.
Hierarchy
- TObject
- TThread
- TNodeStatusThread
Overview
Fields
![]() |
Slot: Integer; |
Methods
![]() |
constructor Create(const CreatePaused: Boolean; TSlot: Integer); |
![]() |
procedure Execute; override; |
Description
Fields
![]() |
Slot: Integer; |
|
The index of the node in the node list | |
Methods
![]() |
constructor Create(const CreatePaused: Boolean; TSlot: Integer); |
|
Creates a TNodeStatusThread. Parameters
| |
![]() |
procedure Execute; override; |
|
Executes the thread's main task: requesting the node's status. | |
Generated by PasDoc 0.16.0-snapshot.


