Process exit status: Process was terminated by a signal.
class val Signaled is Stringable box, Equatable[(Exited val | Signaled val)] ref
new val create( sig: U32 val) : Signaled val^
Retrieve the signal number that exited the process.
fun box signal() : U32 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-Signaled