Handbook
Glossary
process-already-started ( process -- * )
Vocabulary
io
.
launcher
Definition
IN:
io.launcher
ERROR:
process-already-started
process
;
Methods
USING:
accessors
debugger
io
io.launcher
prettyprint
;
M:
process-already-started
error.
"Process has already been started"
print
nl
"Launch descriptor:"
print
nl
process>>
.
;