Signals

Signal constants.

Properties

Link copied to clipboard
const val SIGABRT: Int = 6
Link copied to clipboard
const val SIGALRM: Int = 14
Link copied to clipboard
const val SIGBUS: Int = 7
Link copied to clipboard
const val SIGCHLD: Int = 17
Link copied to clipboard
const val SIGCONT: Int = 18
Link copied to clipboard
const val SIGFPE: Int = 8
Link copied to clipboard
const val SIGHUP: Int = 1
Link copied to clipboard
const val SIGILL: Int = 4
Link copied to clipboard
const val SIGINT: Int = 2
Link copied to clipboard
const val SIGIO: Int = 29
Link copied to clipboard
const val SIGIOT: Int = 6
Link copied to clipboard
const val SIGKILL: Int = 9
Link copied to clipboard
const val SIGPIPE: Int = 13
Link copied to clipboard
const val SIGPOLL: Int = 29
Link copied to clipboard
const val SIGPROF: Int = 27
Link copied to clipboard
const val SIGPWR: Int = 30
Link copied to clipboard
const val SIGQUIT: Int = 3
Link copied to clipboard
const val SIGSEGV: Int = 11
Link copied to clipboard
const val SIGSTKFLT: Int = 16
Link copied to clipboard
const val SIGSTOP: Int = 19
Link copied to clipboard
const val SIGSYS: Int = 31
Link copied to clipboard
const val SIGTERM: Int = 15
Link copied to clipboard
const val SIGTRAP: Int = 5
Link copied to clipboard
const val SIGTSTP: Int = 20
Link copied to clipboard
const val SIGTTIN: Int = 21
Link copied to clipboard
const val SIGTTOU: Int = 22
Link copied to clipboard
const val SIGURG: Int = 23
Link copied to clipboard
const val SIGUSR1: Int = 10
Link copied to clipboard
const val SIGUSR2: Int = 12
Link copied to clipboard
const val SIGVTALRM: Int = 26
Link copied to clipboard
const val SIGWINCH: Int = 28
Link copied to clipboard
const val SIGXCPU: Int = 24
Link copied to clipboard
const val SIGXFSZ: Int = 25

Functions

Link copied to clipboard
open override fun getMember(key: String?): Any?
Link copied to clipboard
open override fun getMemberKeys(): Array<String>
Link copied to clipboard
open override fun hasMember(key: String?): Boolean
Link copied to clipboard
open override fun putMember(key: String?, value: Value?)
Link copied to clipboard
open fun removeMember(key: String): Boolean