Process
Functions
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
Link copied to clipboard
Link copied to clipboard
abstract override fun emit(event: String, error: <Error class: unknown class>): Boolean
Content copied to clipboard
abstract override fun emit(event: String, promise: <Error class: unknown 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: unknown class><Any>): Boolean
Content copied to clipboard
abstract fun emit( event: String, message: Any, sendHandle: Any): Process
Content copied to clipboard
Link copied to clipboard
abstract fun emitWarning( warning: <Error class: unknown 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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getProcessMemoryInfo(): <Error class: unknown class><ProcessMemoryInfo>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
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
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
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
Link copied to clipboard
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
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun setUncaughtExceptionCaptureCallback(cb: (<Error class: unknown class>) -> Unit?)
Content copied to clipboard
Link copied to clipboard