Get the exit status of a task that was run via Util.ShellExec()
Util.GetTaskExitStatus(TaskID)
The method syntax has these parts:
Part | Description |
---|---|
TaskID (Long) | task ID of the shelled task, returned from Util.ShellExec() |
Return (Long) | exit status as returned by the shelled task in its exit call to the OS |