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