trait ForkOptions extends Object with StObject with ProcessEnvOptions with MessagingOptions
- Annotations
- @JSType() @native()
- Source
- ForkOptions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ForkOptions
- MessagingOptions
- Abortable
- ProcessEnvOptions
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val cwd: UndefOr[scala.Predef.String]
- Definition Classes
- ProcessEnvOptions
- val detached: UndefOr[Boolean]
- val env: UndefOr[ProcessEnv]
- Definition Classes
- ProcessEnvOptions
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val execArgv: UndefOr[Array[scala.Predef.String]]
- val execPath: UndefOr[scala.Predef.String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val gid: UndefOr[Double]
- Definition Classes
- ProcessEnvOptions
- 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
- val killSignal: UndefOr[|[Signals, Double]]
The signal value to be used when the spawned process will be killed by the abort signal.
The signal value to be used when the spawned process will be killed by the abort signal.
- Definition Classes
- MessagingOptions
- 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 propertyIsEnumerable(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- val serialization: UndefOr[SerializationType]
Specify the kind of serialization used for sending messages between processes.
Specify the kind of serialization used for sending messages between processes.
- Definition Classes
- MessagingOptions
- val signal: UndefOr[AbortSignal]
When provided the corresponding
AbortControllercan be used to cancel an asynchronous action.When provided the corresponding
AbortControllercan be used to cancel an asynchronous action.- Definition Classes
- Abortable
- val silent: UndefOr[Boolean]
- val stdio: UndefOr[StdioOptions]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timeout: UndefOr[Double]
In milliseconds the maximum amount of time the process is allowed to run.
In milliseconds the maximum amount of time the process is allowed to run.
- Definition Classes
- MessagingOptions
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- val uid: UndefOr[Double]
- Definition Classes
- ProcessEnvOptions
- 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])
- val windowsVerbatimArguments: UndefOr[Boolean]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated