Process
Functions
add Listener
Link copied to clipboard
open fun addListener(event: Any, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
open fun addListener(event: String, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
abstract fun addListener(event: String, listener: DisconnectListener): Process
Content copied to clipboard
abstract fun addListener(event: String, listener: UncaughtExceptionListener): Process
Content copied to clipboard
abstract fun addListener(event: String, listener: BeforeExitListener): Process
Content copied to clipboard
abstract fun addListener(event: String, listener: SignalsListener): Process
Content copied to clipboard
abstract fun addListener(event: String, listener: RejectionHandledListener): Process
Content copied to clipboard
abstract fun addListener(event: String, listener: MessageListener): Process
Content copied to clipboard
abstract fun addListener(event: String, listener: NewListenerListener): Process
Content copied to clipboard
abstract fun addListener(event: String, listener: UnhandledRejectionListener): Process
Content copied to clipboard
abstract fun addListener(event: String, listener: MultipleResolveListener): Process
Content copied to clipboard
disconnect
Link copied to clipboard
abstract fun disconnect()
Content copied to clipboard
emit
Link copied to clipboard
abstract fun emit(event: String, listener: MultipleResolveListener): Process
Content copied to clipboard
abstract fun emit(event: String, eventName: Any, listener: (args: Any) -> Unit): Process
Content copied to clipboard
emit Warning
Link copied to clipboard
abstract fun emitWarning(warning: Error, name: String = definedExternally, ctor: Function<*> = definedExternally)
Content copied to clipboard
abstract fun emitWarning(warning: String, name: String = definedExternally, ctor: Function<*> = definedExternally)
Content copied to clipboard
event Names
Link copied to clipboard
get Blink Memory Info
Link copied to clipboard
get CPUUsage
Link copied to clipboard
get Creation Time
Link copied to clipboard
get Heap Statistics
Link copied to clipboard
get IOCounters
Link copied to clipboard
get Max Listeners
Link copied to clipboard
get Process Memory Info
Link copied to clipboard
get System Memory Info
Link copied to clipboard
get System Version
Link copied to clipboard
has Uncaught Exception Capture Callback
Link copied to clipboard
listener Count
Link copied to clipboard
memory Usage
Link copied to clipboard
on
Link copied to clipboard
abstract fun on(event: String, listener: UncaughtExceptionListener): Process
Content copied to clipboard
abstract fun on(event: String, listener: RejectionHandledListener): Process
Content copied to clipboard
abstract fun on(event: String, listener: UnhandledRejectionListener): Process
Content copied to clipboard
abstract fun on(event: String, listener: MultipleResolveListener): Process
Content copied to clipboard
once
Link copied to clipboard
open fun once(event: String, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
abstract fun once(event: String, listener: UncaughtExceptionListener): Process
Content copied to clipboard
abstract fun once(event: String, listener: RejectionHandledListener): Process
Content copied to clipboard
abstract fun once(event: String, listener: UnhandledRejectionListener): Process
Content copied to clipboard
abstract fun once(event: String, listener: MultipleResolveListener): Process
Content copied to clipboard
prepend Listener
Link copied to clipboard
open fun prependListener(event: Any, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
open fun prependListener(event: String, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
abstract fun prependListener(event: String, listener: DisconnectListener): Process
Content copied to clipboard
abstract fun prependListener(event: String, listener: UncaughtExceptionListener): Process
Content copied to clipboard
abstract fun prependListener(event: String, listener: BeforeExitListener): Process
Content copied to clipboard
abstract fun prependListener(event: String, listener: SignalsListener): Process
Content copied to clipboard
abstract fun prependListener(event: String, listener: RejectionHandledListener): Process
Content copied to clipboard
abstract fun prependListener(event: String, listener: MessageListener): Process
Content copied to clipboard
abstract fun prependListener(event: String, listener: NewListenerListener): Process
Content copied to clipboard
abstract fun prependListener(event: String, listener: UnhandledRejectionListener): Process
Content copied to clipboard
abstract fun prependListener(event: String, listener: MultipleResolveListener): Process
Content copied to clipboard
prepend Once Listener
Link copied to clipboard
open fun prependOnceListener(event: Any, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
open fun prependOnceListener(event: String, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
abstract fun prependOnceListener(event: String, listener: DisconnectListener): Process
Content copied to clipboard
abstract fun prependOnceListener(event: String, listener: UncaughtExceptionListener): Process
Content copied to clipboard
abstract fun prependOnceListener(event: String, listener: BeforeExitListener): Process
Content copied to clipboard
abstract fun prependOnceListener(event: String, listener: SignalsListener): Process
Content copied to clipboard
abstract fun prependOnceListener(event: String, listener: RejectionHandledListener): Process
Content copied to clipboard
abstract fun prependOnceListener(event: String, listener: MessageListener): Process
Content copied to clipboard
abstract fun prependOnceListener(event: String, listener: NewListenerListener): Process
Content copied to clipboard
abstract fun prependOnceListener(event: String, listener: UnhandledRejectionListener): Process
Content copied to clipboard
abstract fun prependOnceListener(event: String, listener: MultipleResolveListener): Process
Content copied to clipboard
raw Listeners
Link copied to clipboard
remove All Listeners
Link copied to clipboard
open fun removeAllListeners(event: Any = definedExternally): EventEmitter
Content copied to clipboard
open fun removeAllListeners(event: String = definedExternally): EventEmitter
Content copied to clipboard
remove Listener
Link copied to clipboard
open fun removeListener(event: Any, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
open fun removeListener(event: String, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
abstract fun removeListener(event: String, listener: Function<*>): Process
Content copied to clipboard
resource Usage
Link copied to clipboard
set Fd Limit
Link copied to clipboard
set Max Listeners
Link copied to clipboard
set Uncaught Exception Capture Callback
Link copied to clipboard
abstract fun setUncaughtExceptionCaptureCallback(cb: (err: Error) -> Unit?)
Content copied to clipboard
take Heap Snapshot
Link copied to clipboard
Properties
allowedNodeEnvironmentFlags
Link copied to clipboard
defaultApp
Link copied to clipboard
enablePromiseAPIs
Link copied to clipboard
env
Link copied to clipboard
isMainFrame
Link copied to clipboard
mainModule
Link copied to clipboard
noDeprecation
Link copied to clipboard
release
Link copied to clipboard
report
Link copied to clipboard
resourcesPath
Link copied to clipboard
throwDeprecation
Link copied to clipboard
traceDeprecation
Link copied to clipboard
traceProcessWarnings
Link copied to clipboard
versions
Link copied to clipboard
windowsStore
Link copied to clipboard