Add process alive?

This commit is contained in:
Michiel Borkent 2022-10-07 12:40:16 +02:00
parent 5bb2d2f8bd
commit 863c6051bd

View file

@ -29,4 +29,5 @@
'destroy (copy-var process/destroy tns)
'destroy-tree (copy-var process/destroy-tree tns)
'exec (copy-var process/exec tns)
'shell (copy-var process/shell tns)})
'shell (copy-var process/shell tns)
'alive? (copy-var process/alive? tns)})