TThreadReportStatus
Thread status report callback prototype
Declaration
Source position: classesh.inc line 1844
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
Name | Description |
---|---|
TThread.ExecuteInThread | Execute a method or static procedure in a thread |
TThreadExecuteStatusHandler | Signature of method to execute in a thread, with status reporting |