![]() |
Retro Rocket OS
BASIC-Powered Operating System
|
Returns the state of a running process as a string. The parameter is an index between 0 and GETPROCCOUNT - 1.
| State | Description |
|---|---|
| running | Process is actively executing. |
| suspended | Process is waiting on another process to end before continuing. |
| waiting | Process is blocked, waiting on I/O (e.g. disk, console, network). |
| ended | Process no longer exists. |
| unknown | Error state - the status of this process cannot be determined. |
See also: GETPROCCOUNT · GETPROCNAME$ · GETPROCID · GETPROCMEM · GETPROCPARENT