Skip to content

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