Process exit status: Process exited with an exit code.
class val Exited is Stringable box, Equatable[(Exited val | Signaled val)] ref
new val create( code: I32 val) : Exited val^
Retrieve the exit code of the exited process.
fun box exit_code() : I32 val
fun box string() : String iso^
fun box eq( other: (Exited val | Signaled val)) : Bool val
fun box ne( that: (Exited val | Signaled val)) : Bool val
© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/process-Exited