SignalExt.register

Adds the specified signal to the set of signals handled by this extension.

class SignalExt
typeof(this)
register
(
int signal
)

Parameters

signal int

signal to handle

Return Value

Type: typeof(this)

this instance for chaining

Throws

SignalErrnoException if the updating the signal handling fails

Meta