Signal (gb.signal)

This class allows to manage POSIX signals.

Esta clase es estática.

Esta clase actúa com un array estático de sólo lectura.

Constantes
SIGABRT   Constant for the SIGABRT signal.
SIGALRM   Constant for the SIGALRM signal.
SIGBUS   Constant for the SIGBUS signal.
SIGCHLD   Constant for the SIGCHLD signal.
SIGCONT   Constant for the SIGCONT signal.
SIGFPE   Constant for the SIGFPE signal.
SIGHUP   Constant for the SIGHUP signal.
SIGILL   Constant for the SIGILL signal.
SIGINT   Constant for the SIGINT signal.
SIGIO   Constant for the SIGIO signal.
SIGIOT   Constant for the SIGIOT signal.
SIGKILL   Constant for the SIGKILL signal.
SIGPIPE   Constant for the SIGPIPE signal.
SIGPOLL   Constant for the SIGPOLL signal.
SIGPROF   Constant for the SIGPROF signal.
SIGPWR   Constant for the SIGPWR signal.
SIGQUIT   Constant for the SIGQUIT signal.
SIGSEGV   Constant for the SIGSEGV signal.
SIGSTOP   Constant for the SIGSTOP signal.
SIGSYS   Constant for the SIGSYS signal.
SIGTERM   Constant for the SIGTERM signal.
SIGTRAP   Constant for the SIGTRAP signal.
SIGTSTP   Constant for the SIGTSTP signal.
SIGTTIN   Constant for the SIGTTIN signal.
SIGTTOU   Constant for the SIGTTOU signal.
SIGURG   Constant for the SIGURG signal.
SIGUSR1   Constant for the SIGUSR1 signal.
SIGUSR2   Constant for the SIGUSR2 signal.
SIGVTALRM   Constant for the SIGVTALRM signal.
SIGWINCH   Constant for the SIGWINCH signal.
SIGXCPU   Constant for the SIGXCPU signal.
SIGXFSZ   Constant for the SIGXFSZ signal.

Métodos estáticos
Send   Send a signal to a process.