JVCL Help:TJvCreateProcess.StopWaiting

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

Search in JVCL Help

 
Search in all projects
 

Summary

Stops waiting for the process to end.


Pascal

 procedureStopWaiting;


Description

Call StopWaiting to stop waiting for a process created with TJvCreateProcess to end. Property State will be set to psReady, so you can call Run to create another process.
If the process ends, no OnTerminate event will be fired.
Calling StopWaiting when State is psReady, has no effect.


See Also

TJvCreateProcess.Terminate, TJvCreateProcess.WaitForTerminate


About

Notes

It is not recommended to call StopWaiting if TJvCreateProcess has redirected the standard input and output of a console process.


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