Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TThreadReportStatus

Thread status report callback prototype.

Declaration

Source position: classesh.inc line 1888

type TThreadReportStatus = procedure(

  const status: string

) of object;

Description

TThreadReportStatus is the callback prototype for the TThread.ExecuteInThread method. This callback is used to report thread status to the main thread: the Status string can be used to report the status of thread execution.

See also

TThread.ExecuteInThread

  

Execute a method or static procedure in a thread.

TThreadExecuteStatusHandler

  

Signature of method to execute in a thread, with status reporting.


Documentation generated on: Jul 24 2023