Lasso Soft Inc. > Home

[ os_process->isOpen ]

Method

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

  • Syntax
local(myProcess = OS_Process)
#myProcess->Open('/bin/ls', Array('.'))
if(#myProcess->IsOpen) => {^
	Encode_HTML(#myProcess->Read)
	#myProcess->Close
^}
Examples

No examples found

Recent Comments

No Comments 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. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft