8 lines
223 B
Plaintext
8 lines
223 B
Plaintext
# job_status
|
|
|
|
```cpp
|
|
DValue job_status(u64 job_id)
|
|
```
|
|
|
|
Returns the file-backed async job state, e.g. `{ state, done, kind, pid, job_id }`. States include `pending`, `running`, `done`, `failed`, `cancelled`, and `missing`.
|