Method Process.create_process()->status()
- Method status
int(-1..2)status()- Description
Returns the status of the process:
-1Unknown
0Running
1Stopped
2Exited
- Note
Prior to Pike 7.5 the value 1 was returned for exited processes.
int(-1..2) status()
Returns the status of the process:
| Unknown |
| Running |
| Stopped |
| Exited |
Prior to Pike 7.5 the value 1 was returned for exited processes.