Packages

object ChildProcess extends Object

Annotations
@JSImport("child_process", JSImport.Namespace) @native()
See also

https://nodejs.org/api/child_process.html

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChildProcess
  2. Object
  3. Any
  4. AnyRef
  5. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def exec(args: String): ChildProcess
  9. def exec(args: String, options: ExecOptions): ChildProcess
  10. def exec(args: String, callback: ExecCallback): ChildProcess
  11. def exec(args: String, options: ExecOptions, callback: ExecCallback): ChildProcess
  12. def execFile(file: String): ChildProcess
  13. def execFile(file: String, callback: ExecCallback): ChildProcess
  14. def execFile(file: String, options: ExecOptions): ChildProcess
  15. def execFile(file: String, options: ExecOptions, callback: ExecCallback): ChildProcess
  16. def execFile(file: String, args: Array[String]): ChildProcess
  17. def execFile(file: String, args: Array[String], callback: ExecCallback): ChildProcess
  18. def execFile(file: String, args: Array[String], options: ExecOptions): ChildProcess
  19. def execFile(file: String, args: Array[String], options: ExecOptions, callback: ExecCallback): ChildProcess
  20. def execFileSync(file: String): Output
  21. def execFileSync(file: String, options: ExecFileSyncOptions): Output
  22. def execFileSync(file: String, args: Array[String]): Output
  23. def execFileSync(file: String, args: Array[String], options: ExecFileSyncOptions): Output
  24. def execSync(command: String): Output
  25. def execSync(command: String, options: ExecOptions): Output
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  27. def fork(modulePath: String): ForkedChildProcess
  28. def fork(modulePath: String, options: ForkOptions): ForkedChildProcess
  29. def fork(modulePath: String, args: Array[String]): ForkedChildProcess
  30. def fork(modulePath: String, args: Array[String], options: ForkOptions): ForkedChildProcess
  31. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  40. def spawn(command: String): ChildProcess
  41. def spawn(command: String, options: SpawnOptions): ChildProcess
  42. def spawn(command: String, args: Array[String]): ChildProcess
  43. def spawn(command: String, args: Array[String], options: SpawnOptions): ChildProcess
  44. def spawnSync(command: String): SpawnSyncResult
  45. def spawnSync(command: String, options: SpawnSyncOptions): SpawnSyncResult
  46. def spawnSync(command: String, args: Array[String]): SpawnSyncResult
  47. def spawnSync(command: String, args: Array[String], options: SpawnSyncOptions): SpawnSyncResult
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. def toLocaleString(): String
    Definition Classes
    Object
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def valueOf(): Any
    Definition Classes
    Object
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped