trait ChildProcess extends Object with StObject
- Annotations
- @JSType() @native()
- Source
- ChildProcess.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChildProcess
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ChildProcess.this.type
events.EventEmitter 1.
events.EventEmitter 1. close 2. disconnect 3. error 4. exit 5. message 6. spawn
- def addListener_close(event: close, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
- Annotations
- @JSName("addListener")
- def addListener_disconnect(event: disconnect, listener: Function0[Unit]): ChildProcess.this.type
- Annotations
- @JSName("addListener")
- def addListener_error(event: error, listener: Function1[Error, Unit]): ChildProcess.this.type
- Annotations
- @JSName("addListener")
- def addListener_exit(event: exit, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
- Annotations
- @JSName("addListener")
- def addListener_message(event: message, listener: Function2[Serializable, SendHandle, Unit]): ChildProcess.this.type
- Annotations
- @JSName("addListener")
- def addListener_spawn(event: spawn, listener: Function0[Unit]): ChildProcess.this.type
- Annotations
- @JSName("addListener")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val channel: UndefOr[|[streamMod.Pipe, Null]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val connected: Boolean
- def disconnect(): Unit
- def emit(event: Symbol, args: Any*): Boolean
- def emit(event: scala.Predef.String, args: Any*): Boolean
- def emit_close(event: close, code: Null, signal: Signals): Boolean
- Annotations
- @JSName("emit")
- def emit_close(event: close, code: Double, signal: Signals): Boolean
- Annotations
- @JSName("emit")
- def emit_close(event: close, code: Double): Boolean
- Annotations
- @JSName("emit")
- def emit_close(event: close): Boolean
- Annotations
- @JSName("emit")
- def emit_disconnect(event: disconnect): Boolean
- Annotations
- @JSName("emit")
- def emit_error(event: error, err: Error): Boolean
- Annotations
- @JSName("emit")
- def emit_exit(event: exit, code: Null, signal: Signals): Boolean
- Annotations
- @JSName("emit")
- def emit_exit(event: exit, code: Double, signal: Signals): Boolean
- Annotations
- @JSName("emit")
- def emit_exit(event: exit, code: Double): Boolean
- Annotations
- @JSName("emit")
- def emit_exit(event: exit): Boolean
- Annotations
- @JSName("emit")
- def emit_message(event: message, message: Serializable, sendHandle: SendHandle): Boolean
- Annotations
- @JSName("emit")
- def emit_spawn(event: spawn, listener: Function0[Unit]): Boolean
- Annotations
- @JSName("emit")
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val exitCode: |[Double, Null]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hasOwnProperty(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def kill(signal: Double): Boolean
- def kill(signal: Signals): Boolean
- def kill(): Boolean
- val killed: Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def on(event: scala.Predef.String, listener: Function1[Any, Unit]): ChildProcess.this.type
- def on_close(event: close, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
- Annotations
- @JSName("on")
- def on_disconnect(event: disconnect, listener: Function0[Unit]): ChildProcess.this.type
- Annotations
- @JSName("on")
- def on_error(event: error, listener: Function1[Error, Unit]): ChildProcess.this.type
- Annotations
- @JSName("on")
- def on_exit(event: exit, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
- Annotations
- @JSName("on")
- def on_message(event: message, listener: Function2[Serializable, SendHandle, Unit]): ChildProcess.this.type
- Annotations
- @JSName("on")
- def on_spawn(event: spawn, listener: Function0[Unit]): ChildProcess.this.type
- Annotations
- @JSName("on")
- def once(event: scala.Predef.String, listener: Function1[Any, Unit]): ChildProcess.this.type
- def once_close(event: close, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
- Annotations
- @JSName("once")
- def once_disconnect(event: disconnect, listener: Function0[Unit]): ChildProcess.this.type
- Annotations
- @JSName("once")
- def once_error(event: error, listener: Function1[Error, Unit]): ChildProcess.this.type
- Annotations
- @JSName("once")
- def once_exit(event: exit, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
- Annotations
- @JSName("once")
- def once_message(event: message, listener: Function2[Serializable, SendHandle, Unit]): ChildProcess.this.type
- Annotations
- @JSName("once")
- def once_spawn(event: spawn, listener: Function0[Unit]): ChildProcess.this.type
- Annotations
- @JSName("once")
- val pid: UndefOr[Double]
- def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ChildProcess.this.type
- def prependListener_close(event: close, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_disconnect(event: disconnect, listener: Function0[Unit]): ChildProcess.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_error(event: error, listener: Function1[Error, Unit]): ChildProcess.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_exit(event: exit, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_message(event: message, listener: Function2[Serializable, SendHandle, Unit]): ChildProcess.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_spawn(event: spawn, listener: Function0[Unit]): ChildProcess.this.type
- Annotations
- @JSName("prependListener")
- def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ChildProcess.this.type
- def prependOnceListener_close(event: close, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_disconnect(event: disconnect, listener: Function0[Unit]): ChildProcess.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_error(event: error, listener: Function1[Error, Unit]): ChildProcess.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_exit(event: exit, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_message(event: message, listener: Function2[Serializable, SendHandle, Unit]): ChildProcess.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_spawn(event: spawn, listener: Function0[Unit]): ChildProcess.this.type
- Annotations
- @JSName("prependOnceListener")
- def propertyIsEnumerable(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- def ref(): Unit
- def send(message: Serializable, sendHandle: Unit, options: Unit, callback: Function1[|[Error, Null], Unit]): Boolean
- def send(message: Serializable, sendHandle: Unit, options: MessageOptions, callback: Function1[|[Error, Null], Unit]): Boolean
- def send(message: Serializable, sendHandle: Unit, options: MessageOptions): Boolean
- def send(message: Serializable, sendHandle: Unit, callback: Function1[|[Error, Null], Unit]): Boolean
- def send(message: Serializable, sendHandle: SendHandle, options: Unit, callback: Function1[|[Error, Null], Unit]): Boolean
- def send(message: Serializable, sendHandle: SendHandle, options: MessageOptions, callback: Function1[|[Error, Null], Unit]): Boolean
- def send(message: Serializable, sendHandle: SendHandle, options: MessageOptions): Boolean
- def send(message: Serializable, sendHandle: SendHandle, callback: Function1[|[Error, Null], Unit]): Boolean
- def send(message: Serializable, sendHandle: SendHandle): Boolean
- def send(message: Serializable, callback: Function1[|[Error, Null], Unit]): Boolean
- def send(message: Serializable): Boolean
- val signalCode: |[Signals, Null]
- val spawnargs: Array[scala.Predef.String]
- val spawnfile: scala.Predef.String
- val stderr: |[Readable, Null]
- val stdin: |[Writable, Null]
- val stdio: Tuple5[|[Writable, Null], |[Readable, Null], |[Readable, Null], UndefOr[|[|[Readable, Writable], Null]], UndefOr[|[|[Readable, Writable], Null]]]
- val stdout: |[Readable, Null]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- def unref(): Unit
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated