8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
# job_cancel
|
|
|
|
```cpp
|
|
bool job_cancel(u64 job_id)
|
|
```
|
|
|
|
Attempts to terminate the background job process group and marks the registry entry as `cancelled`.
|