JVCL Help:TJvProcessEntry.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

 functionTerminate: Boolean;


Return Value

Returns True on success, otherwise returns False.


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 Close.


See Also

TJvProcessEntry.Close


About

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