[OS_Process->IsOpen] returns true if the [OS_Process] object is currently attached to a native process. This method can be used to determine if the native process has exited on its own.
local(myProcess = OS_Process)
#myProcess->Open('/bin/ls', Array('.'))
if(#myProcess->IsOpen) => {^
Encode_HTML(#myProcess->Read)
#myProcess->Close
^}
No examples found
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments