Build
Docs
Reference
Guides
Blog
Discord
/
node:process
/
default
/
ProcessEventMap
P
beforeExit
P
disconnect
P
exit
P
message
P
rejectionHandled
P
SIGABRT
P
SIGALRM
P
SIGBREAK
P
SIGBUS
P
SIGCHLD
P
SIGCONT
P
SIGFPE
P
SIGHUP
P
SIGILL
P
SIGINFO
P
SIGINT
P
SIGIO
P
SIGIOT
P
SIGKILL
P
SIGLOST
P
SIGPIPE
P
SIGPOLL
P
SIGPROF
P
SIGPWR
P
SIGQUIT
P
SIGSEGV
P
SIGSTKFLT
P
SIGSTOP
P
SIGSYS
P
SIGTERM
P
SIGTRAP
P
SIGTSTP
P
SIGTTIN
P
SIGTTOU
P
SIGUNUSED
P
SIGURG
P
SIGUSR1
P
SIGUSR2
P
SIGVTALRM
P
SIGWINCH
P
SIGXCPU
P
SIGXFSZ
P
uncaughtException
P
uncaughtExceptionMonitor
P
unhandledRejection
P
warning
P
worker
P
workerMessage
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:process
/
default
/
ProcessEventMap
P
beforeExit
P
disconnect
P
exit
P
message
P
rejectionHandled
P
SIGABRT
P
SIGALRM
P
SIGBREAK
P
SIGBUS
P
SIGCHLD
P
SIGCONT
P
SIGFPE
P
SIGHUP
P
SIGILL
P
SIGINFO
P
SIGINT
P
SIGIO
P
SIGIOT
P
SIGKILL
P
SIGLOST
P
SIGPIPE
P
SIGPOLL
P
SIGPROF
P
SIGPWR
P
SIGQUIT
P
SIGSEGV
P
SIGSTKFLT
P
SIGSTOP
P
SIGSYS
P
SIGTERM
P
SIGTRAP
P
SIGTSTP
P
SIGTTIN
P
SIGTTOU
P
SIGUNUSED
P
SIGURG
P
SIGUSR1
P
SIGUSR2
P
SIGVTALRM
P
SIGWINCH
P
SIGXCPU
P
SIGXFSZ
P
uncaughtException
P
uncaughtExceptionMonitor
P
unhandledRejection
P
warning
P
worker
P
workerMessage
interface
process.default.ProcessEventMap
interface
ProcessEventMap
beforeExit
:
[
code
:
number
]
disconnect
:
[
]
exit
:
[
code
:
number
]
message
:
[
message
:
null
|
string
|
number
|
boolean
|
object
,
sendHandle
:
SendHandle
]
rejectionHandled
:
[
promise
:
Promise
<
unknown
>
]
SIGABRT
:
[
signal
:
'SIGABRT'
]
SIGALRM
:
[
signal
:
'SIGALRM'
]
SIGBREAK
:
[
signal
:
'SIGBREAK'
]
SIGBUS
:
[
signal
:
'SIGBUS'
]
SIGCHLD
:
[
signal
:
'SIGCHLD'
]
SIGCONT
:
[
signal
:
'SIGCONT'
]
SIGFPE
:
[
signal
:
'SIGFPE'
]
SIGHUP
:
[
signal
:
'SIGHUP'
]
SIGILL
:
[
signal
:
'SIGILL'
]
SIGINFO
:
[
signal
:
'SIGINFO'
]
SIGINT
:
[
signal
:
'SIGINT'
]
SIGIO
:
[
signal
:
'SIGIO'
]
SIGIOT
:
[
signal
:
'SIGIOT'
]
SIGKILL
:
[
signal
:
'SIGKILL'
]
SIGLOST
:
[
signal
:
'SIGLOST'
]
SIGPIPE
:
[
signal
:
'SIGPIPE'
]
SIGPOLL
:
[
signal
:
'SIGPOLL'
]
SIGPROF
:
[
signal
:
'SIGPROF'
]
SIGPWR
:
[
signal
:
'SIGPWR'
]
SIGQUIT
:
[
signal
:
'SIGQUIT'
]
SIGSEGV
:
[
signal
:
'SIGSEGV'
]
SIGSTKFLT
:
[
signal
:
'SIGSTKFLT'
]
SIGSTOP
:
[
signal
:
'SIGSTOP'
]
SIGSYS
:
[
signal
:
'SIGSYS'
]
SIGTERM
:
[
signal
:
'SIGTERM'
]
SIGTRAP
:
[
signal
:
'SIGTRAP'
]
SIGTSTP
:
[
signal
:
'SIGTSTP'
]
SIGTTIN
:
[
signal
:
'SIGTTIN'
]
SIGTTOU
:
[
signal
:
'SIGTTOU'
]
SIGUNUSED
:
[
signal
:
'SIGUNUSED'
]
SIGURG
:
[
signal
:
'SIGURG'
]
SIGUSR1
:
[
signal
:
'SIGUSR1'
]
SIGUSR2
:
[
signal
:
'SIGUSR2'
]
SIGVTALRM
:
[
signal
:
'SIGVTALRM'
]
SIGWINCH
:
[
signal
:
'SIGWINCH'
]
SIGXCPU
:
[
signal
:
'SIGXCPU'
]
SIGXFSZ
:
[
signal
:
'SIGXFSZ'
]
uncaughtException
:
[
error
:
Error
,
origin
:
UncaughtExceptionOrigin
]
uncaughtExceptionMonitor
:
[
error
:
Error
,
origin
:
UncaughtExceptionOrigin
]
unhandledRejection
:
[
reason
:
unknown
,
promise
:
Promise
<
unknown
>
]
warning
:
[
warning
:
Error
]
worker
:
[
worker
:
Worker
]
workerMessage
:
[
value
:
any
,
source
:
number
]