JVCL Help:TMTThreadStatus

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates the status of a thread.

run\JvMTConsts.pas


Pascal

 run\JvMTConsts.pas
 TMTThreadStatus = (
tsInitializing,
tsWaiting,
tsRunning,
tsTerminating,
tsFinished
);


Members

Members Description
tsInitializing The thread is not yet created.
tsWaiting The thread is suspended.
tsRunning The thread is running.
tsTerminating The thread has been asked to terminate.
tsFinished The thread has finished executing.

run\JvMTConsts.pas


Description

Write here a description

run\JvMTConsts.pas


See Also

TJvMTThread.Status

run\JvMTConsts.pas


About

Navigation

no pages or subcategories

run\JvMTConsts.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page