Lasso Soft Inc. > Home

Name Summary Category
os_process [OS_Process] allows a native process to be started on the same machine as Lasso Service and for interactive communication with that process to take place. This allows shell scripts to be... OS Process
os_process->open [OS_Process->Open] accepts three parameters which open a native process. These include the required path to the executable to call, an optional array of command line parameters, and an optional... OS Process
os_process->read [OS_Process->Read] reads any available data from the standard output of the native process and returns a byte stream. This method accepts two parameters. The first specifies the maximum number of... OS Process
os_process->readError [OS_Process->ReadError] reads any available data from the standard error output of the native process and returns a byte stream. This tag accepts one parameter which specifies the maximum number... OS Process
os_process->readstring [OS_Process->ReadString] reads any available data from the standard output of the native process and returns a string value. This tag accepts two parameters. The first specifies the maximum... OS Process
os_process->readLine [OS_Process->ReadLine] reads available data from the standard output of the native process up until the first new line, return, or return/new line pair and returns a string value. A -Timeout... OS Process
os_process->write [OS_Process->Write] writes data to the standard input of the native process. A byte stream is written directly to the native process. A string is converted using the character set which was... OS Process
os_process->setEncoding [OS_Process->SetEncoding] sets the character set which is used for the automatic conversion of data passed to the native process using [OS_Process->Write] and read from the process using... OS Process
os_process->isOpen [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. OS Process
os_process->detach [OS_Process->Detach] allows Lasso to detach from a native process and leave it running in the background. This method can be used to start a background daemon with Lasso which should remain... OS Process
os_process->closeWrite [OS_Process->CloseWrite] closes the standard input of the native process. Some native processes will accept multiple writes and wait until the standard input has been closed before performing... OS Process
os_process->close [OS_Process->Close] closes Lasso's connection to the native process. Both the standard input and the standard output of the native process are closed. Most processes will exit when this... OS Process
os_process->exitCode No description available. OS Process
Showing 1 - 13 of 13

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