Exited

[Source]

Process exit status: Process exited with an exit code.

class val Exited is
  Stringable box,
  Equatable[(Exited val | Signaled val)] ref

Implements

Constructors

create

[Source]

new val create(
  code: I32 val)
: Exited val^

Parameters

  • code: I32 val

Returns

Public Functions

exit_code

[Source]

Retrieve the exit code of the exited process.

fun box exit_code()
: I32 val

Returns

string

[Source]

fun box string()
: String iso^

Returns

eq

[Source]

fun box eq(
  other: (Exited val | Signaled val))
: Bool val

Parameters

Returns

ne

[Source]

fun box ne(
  that: (Exited val | Signaled val))
: Bool val

Parameters

Returns

© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/process-Exited