JVCL Help:TJvCreateProcess.Terminate

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

Search in JVCL Help

 
Search in all projects
 

Summary

Ends process execution.


Pascal

 procedureTerminate;


Description

Call Terminate to terminate a process created with TJvCreateProcess. It will unconditionally cause the created process to exit. Use it only in extreme circumstances, otherwise use CloseApplication. Calling Terminate when State is psReady, will raise an error.


See Also

TJvCreateProcess.CloseApplication


About

Notes

A case when calling Terminate is reasonable is when the component has redirected the standard input and output of a console process, and that process blocks.


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