trait ChildProcess extends Object with StObject

Annotations
@JSType() @native()
Source
ChildProcess.scala
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChildProcess
  2. StObject
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. 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

  5. def addListener_close(event: close, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
    Annotations
    @JSName("addListener")
  6. def addListener_disconnect(event: disconnect, listener: Function0[Unit]): ChildProcess.this.type
    Annotations
    @JSName("addListener")
  7. def addListener_error(event: error, listener: Function1[Error, Unit]): ChildProcess.this.type
    Annotations
    @JSName("addListener")
  8. def addListener_exit(event: exit, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
    Annotations
    @JSName("addListener")
  9. def addListener_message(event: message, listener: Function2[Serializable, SendHandle, Unit]): ChildProcess.this.type
    Annotations
    @JSName("addListener")
  10. def addListener_spawn(event: spawn, listener: Function0[Unit]): ChildProcess.this.type
    Annotations
    @JSName("addListener")
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. val channel: UndefOr[|[streamMod.Pipe, Null]]
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  14. val connected: Boolean
  15. def disconnect(): Unit
  16. def emit(event: Symbol, args: Any*): Boolean
  17. def emit(event: scala.Predef.String, args: Any*): Boolean
  18. def emit_close(event: close, code: Null, signal: Signals): Boolean
    Annotations
    @JSName("emit")
  19. def emit_close(event: close, code: Double, signal: Signals): Boolean
    Annotations
    @JSName("emit")
  20. def emit_close(event: close, code: Double): Boolean
    Annotations
    @JSName("emit")
  21. def emit_close(event: close): Boolean
    Annotations
    @JSName("emit")
  22. def emit_disconnect(event: disconnect): Boolean
    Annotations
    @JSName("emit")
  23. def emit_error(event: error, err: Error): Boolean
    Annotations
    @JSName("emit")
  24. def emit_exit(event: exit, code: Null, signal: Signals): Boolean
    Annotations
    @JSName("emit")
  25. def emit_exit(event: exit, code: Double, signal: Signals): Boolean
    Annotations
    @JSName("emit")
  26. def emit_exit(event: exit, code: Double): Boolean
    Annotations
    @JSName("emit")
  27. def emit_exit(event: exit): Boolean
    Annotations
    @JSName("emit")
  28. def emit_message(event: message, message: Serializable, sendHandle: SendHandle): Boolean
    Annotations
    @JSName("emit")
  29. def emit_spawn(event: spawn, listener: Function0[Unit]): Boolean
    Annotations
    @JSName("emit")
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  32. val exitCode: |[Double, Null]
  33. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  34. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  35. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  38. def kill(signal: Double): Boolean
  39. def kill(signal: Signals): Boolean
  40. def kill(): Boolean
  41. val killed: Boolean
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  45. def on(event: scala.Predef.String, listener: Function1[Any, Unit]): ChildProcess.this.type
  46. def on_close(event: close, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
    Annotations
    @JSName("on")
  47. def on_disconnect(event: disconnect, listener: Function0[Unit]): ChildProcess.this.type
    Annotations
    @JSName("on")
  48. def on_error(event: error, listener: Function1[Error, Unit]): ChildProcess.this.type
    Annotations
    @JSName("on")
  49. def on_exit(event: exit, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
    Annotations
    @JSName("on")
  50. def on_message(event: message, listener: Function2[Serializable, SendHandle, Unit]): ChildProcess.this.type
    Annotations
    @JSName("on")
  51. def on_spawn(event: spawn, listener: Function0[Unit]): ChildProcess.this.type
    Annotations
    @JSName("on")
  52. def once(event: scala.Predef.String, listener: Function1[Any, Unit]): ChildProcess.this.type
  53. def once_close(event: close, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
    Annotations
    @JSName("once")
  54. def once_disconnect(event: disconnect, listener: Function0[Unit]): ChildProcess.this.type
    Annotations
    @JSName("once")
  55. def once_error(event: error, listener: Function1[Error, Unit]): ChildProcess.this.type
    Annotations
    @JSName("once")
  56. def once_exit(event: exit, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
    Annotations
    @JSName("once")
  57. def once_message(event: message, listener: Function2[Serializable, SendHandle, Unit]): ChildProcess.this.type
    Annotations
    @JSName("once")
  58. def once_spawn(event: spawn, listener: Function0[Unit]): ChildProcess.this.type
    Annotations
    @JSName("once")
  59. val pid: UndefOr[Double]
  60. def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ChildProcess.this.type
  61. def prependListener_close(event: close, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
    Annotations
    @JSName("prependListener")
  62. def prependListener_disconnect(event: disconnect, listener: Function0[Unit]): ChildProcess.this.type
    Annotations
    @JSName("prependListener")
  63. def prependListener_error(event: error, listener: Function1[Error, Unit]): ChildProcess.this.type
    Annotations
    @JSName("prependListener")
  64. def prependListener_exit(event: exit, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
    Annotations
    @JSName("prependListener")
  65. def prependListener_message(event: message, listener: Function2[Serializable, SendHandle, Unit]): ChildProcess.this.type
    Annotations
    @JSName("prependListener")
  66. def prependListener_spawn(event: spawn, listener: Function0[Unit]): ChildProcess.this.type
    Annotations
    @JSName("prependListener")
  67. def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ChildProcess.this.type
  68. def prependOnceListener_close(event: close, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
    Annotations
    @JSName("prependOnceListener")
  69. def prependOnceListener_disconnect(event: disconnect, listener: Function0[Unit]): ChildProcess.this.type
    Annotations
    @JSName("prependOnceListener")
  70. def prependOnceListener_error(event: error, listener: Function1[Error, Unit]): ChildProcess.this.type
    Annotations
    @JSName("prependOnceListener")
  71. def prependOnceListener_exit(event: exit, listener: Function2[|[Double, Null], |[Signals, Null], Unit]): ChildProcess.this.type
    Annotations
    @JSName("prependOnceListener")
  72. def prependOnceListener_message(event: message, listener: Function2[Serializable, SendHandle, Unit]): ChildProcess.this.type
    Annotations
    @JSName("prependOnceListener")
  73. def prependOnceListener_spawn(event: spawn, listener: Function0[Unit]): ChildProcess.this.type
    Annotations
    @JSName("prependOnceListener")
  74. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  75. def ref(): Unit
  76. def send(message: Serializable, sendHandle: Unit, options: Unit, callback: Function1[|[Error, Null], Unit]): Boolean
  77. def send(message: Serializable, sendHandle: Unit, options: MessageOptions, callback: Function1[|[Error, Null], Unit]): Boolean
  78. def send(message: Serializable, sendHandle: Unit, options: MessageOptions): Boolean
  79. def send(message: Serializable, sendHandle: Unit, callback: Function1[|[Error, Null], Unit]): Boolean
  80. def send(message: Serializable, sendHandle: SendHandle, options: Unit, callback: Function1[|[Error, Null], Unit]): Boolean
  81. def send(message: Serializable, sendHandle: SendHandle, options: MessageOptions, callback: Function1[|[Error, Null], Unit]): Boolean
  82. def send(message: Serializable, sendHandle: SendHandle, options: MessageOptions): Boolean
  83. def send(message: Serializable, sendHandle: SendHandle, callback: Function1[|[Error, Null], Unit]): Boolean
  84. def send(message: Serializable, sendHandle: SendHandle): Boolean
  85. def send(message: Serializable, callback: Function1[|[Error, Null], Unit]): Boolean
  86. def send(message: Serializable): Boolean
  87. val signalCode: |[Signals, Null]
  88. val spawnargs: Array[scala.Predef.String]
  89. val spawnfile: scala.Predef.String
  90. val stderr: |[Readable, Null]
  91. val stdin: |[Writable, Null]
  92. val stdio: Tuple5[|[Writable, Null], |[Readable, Null], |[Readable, Null], UndefOr[|[|[Readable, Writable], Null]], UndefOr[|[|[Readable, Writable], Null]]]
  93. val stdout: |[Readable, Null]
  94. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  95. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  96. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  97. def unref(): Unit
  98. def valueOf(): Any
    Definition Classes
    Object
  99. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  100. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  101. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped