|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| system.process.getExitCode(internalProcessId) |
Parameters
| INT | internalProcessId | ID (0-32) of the process. |
Return value
| 0 if the process was completed, >0 if the process is still running, and <0 if the process have failed to close correctly. |
Description
| Returns the status of the specified process. When you detect the process as completed you should free the handles of this process. |
|
|
|