Signal

Signal condition.

Entries

Link copied to clipboard

No signal. Note that POSIX has special semantics for kill(pid, 0), so this value is reserved.

Link copied to clipboard

Hangup. Action: Terminates the process.

Link copied to clipboard

Terminate interrupt signal. Action: Terminates the process.

Link copied to clipboard

Terminal quit signal. Action: Terminates the process.

Link copied to clipboard

Illegal instruction. Action: Terminates the process.

Link copied to clipboard

Trace/breakpoint trap. Action: Terminates the process.

Link copied to clipboard

Process abort signal. Action: Terminates the process.

Link copied to clipboard

Access to an undefined portion of a memory object. Action: Terminates the process.

Link copied to clipboard

Erroneous arithmetic operation. Action: Terminates the process.

Link copied to clipboard

Kill. Action: Terminates the process.

Link copied to clipboard

User-defined signal 1. Action: Terminates the process.

Link copied to clipboard

Invalid memory reference. Action: Terminates the process.

Link copied to clipboard

User-defined signal 2. Action: Terminates the process.

Link copied to clipboard

Write on a pipe with no one to read it. Action: Ignored.

Link copied to clipboard

Alarm clock. Action: Terminates the process.

Link copied to clipboard

Termination signal. Action: Terminates the process.

Link copied to clipboard

Child process terminated, stopped, or continued. Action: Ignored.

Link copied to clipboard

Continue executing, if stopped. Action: Continues executing, if stopped.

Link copied to clipboard

Stop executing. Action: Stops executing.

Link copied to clipboard

Terminal stop signal. Action: Stops executing.

Link copied to clipboard

Background process attempting read. Action: Stops executing.

Link copied to clipboard

Background process attempting write. Action: Stops executing.

Link copied to clipboard

High bandwidth data is available at a socket. Action: Ignored.

Link copied to clipboard

CPU time limit exceeded. Action: Terminates the process.

Link copied to clipboard

File size limit exceeded. Action: Terminates the process.

Link copied to clipboard

Virtual timer expired. Action: Terminates the process.

Link copied to clipboard

Profiling timer expired. Action: Terminates the process.

Link copied to clipboard

Window changed. Action: Ignored.

Link copied to clipboard

I/O possible. Action: Terminates the process.

Link copied to clipboard

Power failure. Action: Terminates the process.

Link copied to clipboard

Bad system call. Action: Terminates the process.

Types

Link copied to clipboard

Properties

Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
fun valueOf(value: String): Signal

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.