11 lines
234 B
Plaintext
11 lines
234 B
Plaintext
# job_status
|
|
|
|
|
|
Returns the file-backed async job state, e.g. `{ state, done, kind, pid, job_id }`. States include `pending`, `running`, `done`, `failed`, `cancelled`, and `missing`.
|
|
|
|
:see
|
|
>sys
|
|
|
|
:example
|
|
print("job_status example\n");
|