mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-02 19:00:47 +08:00
✨ add subprocess.active
This commit is contained in:
@@ -3,6 +3,10 @@ var create = func(vec) {
|
||||
return __subprocess_create(vec);
|
||||
}
|
||||
|
||||
var active = func(pid) {
|
||||
return __subprocess_active(pid);
|
||||
}
|
||||
|
||||
var terminate = func(pid) {
|
||||
return __subprocess_terminate(pid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user