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

Overview

Fields

Private Slot: Integer;

Methods

Public constructor Create(const CreatePaused: Boolean; TSlot: Integer);
Protected procedure Execute; override;

Description

Fields

Private Slot: Integer;

The index of the node in the node list

Methods

Public constructor Create(const CreatePaused: Boolean; TSlot: Integer);

Creates a TNodeStatusThread.

Parameters
CreatePaused
Whether the thread should be created in a paused state.
TSlot
The index of the node in the node list.
Protected procedure Execute; override;

Executes the thread's main task: requesting the node's status.


Generated by PasDoc 0.16.0-snapshot.