Skip to content

Signaled

[Source]

Process exit status: Process was terminated by a signal.

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

Implements


Constructors

create

[Source]

new val create(
  sig: U32 val)
: Signaled val^

Parameters

Returns


Public Functions

signal

[Source]

Retrieve the signal number that exited the process.

fun box signal()
: U32 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