Process
Functions
addListener
Link copied to clipboard
open fun addListener(event: Any, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
abstract fun addListener(event: String, listener: DisconnectListener): Process
Content copied to clipboard
abstract override fun addListener(event: String, listener: UncaughtExceptionListener): Process
Content copied to clipboard
abstract override fun addListener(event: String, listener: RejectionHandledListener): 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: 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 override fun emit(event: String, promise: <ERROR CLASS><Any>): Boolean
Content copied to clipboard
abstract fun emit(event: String, listener: MultipleResolveListener): Process
Content copied to clipboard
abstract fun emit(event: String, reason: Any, promise: <ERROR CLASS><Any>): Boolean
Content copied to clipboard
emitWarning
Link copied to clipboard
abstract fun emitWarning(warning: <ERROR CLASS>, 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
eventNames
Link copied to clipboard
getBlinkMemoryInfo
Link copied to clipboard
getCPUUsage
Link copied to clipboard
getCreationTime
Link copied to clipboard
getHeapStatistics
Link copied to clipboard
getIOCounters
Link copied to clipboard
getMaxListeners
Link copied to clipboard
getProcessMemoryInfo
Link copied to clipboard
getSystemMemoryInfo
Link copied to clipboard
getSystemVersion
Link copied to clipboard
hasUncaughtExceptionCaptureCallback
Link copied to clipboard
listenerCount
Link copied to clipboard
memoryUsage
Link copied to clipboard
on
Link copied to clipboard
abstract override fun on(event: String, listener: UncaughtExceptionListener): Process
Content copied to clipboard
abstract override 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
abstract override fun once(event: String, listener: UncaughtExceptionListener): Process
Content copied to clipboard
abstract override 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
prependListener
Link copied to clipboard
open fun prependListener(event: Any, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
abstract fun prependListener(event: String, listener: DisconnectListener): Process
Content copied to clipboard
abstract override fun prependListener(event: String, listener: UncaughtExceptionListener): Process
Content copied to clipboard
abstract override fun prependListener(event: String, listener: RejectionHandledListener): 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: 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
prependOnceListener
Link copied to clipboard
open fun prependOnceListener(event: Any, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
abstract fun prependOnceListener(event: String, listener: DisconnectListener): Process
Content copied to clipboard
abstract override fun prependOnceListener(event: String, listener: UncaughtExceptionListener): Process
Content copied to clipboard
abstract override fun prependOnceListener(event: String, listener: RejectionHandledListener): 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: 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
rawListeners
Link copied to clipboard
removeAllListeners
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
removeListener
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
resourceUsage
Link copied to clipboard
setFdLimit
Link copied to clipboard
setMaxListeners
Link copied to clipboard
setUncaughtExceptionCaptureCallback
Link copied to clipboard
abstract fun setUncaughtExceptionCaptureCallback(cb: (<ERROR CLASS>) -> Unit?)
Content copied to clipboard
takeHeapSnapshot
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