Migration Guide : C. Features Introduced in OpenROAD 5.1 : New Features : SessionObject Attributes
 
Share this page          
SessionObject Attributes
The SessionObject system class has two new attributes:
ExitCode
Indicates whether the OpenROAD program has exited as usual. The value is returned to the operating system when the OpenROAD process terminates, so that scripts or other programs can use the value.
CallSystemStatus
Contains the exit status code of the process executed by the last call system statement. This attribute provides only the actual status if call system is used while the SessionObject's ProcessWait attribute is set to TRUE; otherwise, the value is undetermined.
For more information about these attributes, see the Language Reference Guide and the System Reference Summary.