JVCL Help:TJvCPSState

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

Search in JVCL Help

 
Search in all projects
 

Summary

Represents different operating modes of a TJvCreateProcess component.

run\JvCreateProcess.pas


Pascal

 run\JvCreateProcess.pas
 TJvCPSState = (
psReady,
psRunning,
psWaiting
);


Members

Members Description
psReady A process can be started by calling Run.
psRunning Another process can be started by calling Run.
psWaiting The user cannot call Run until the process ends, or StopWaiting must be called to stop waiting for the process to end.

run\JvCreateProcess.pas


Description

The TJvCPSState type represents different operating modes of a JvCreateProcess component.

run\JvCreateProcess.pas


About

Navigation

no pages or subcategories

run\JvCreateProcess.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