package process
- Alphabetic
- By Inheritance
- process
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait ComponentVersion extends Object
Version Information
Version Information
- Annotations
- @RawJSType() @native()
- trait Cpu extends Object
- Annotations
- @RawJSType() @native()
- trait CpuUsage extends Object
- Annotations
- @RawJSType() @native()
- trait Environment extends Object
- Annotations
- @RawJSType() @native()
- type EnvironmentFlags = Any
- type ExitCode = Int
- trait FsActivity extends Object
- Annotations
- @RawJSType() @native()
- trait Header extends Object
- Annotations
- @RawJSType() @native()
- trait HeapSpaces extends Object
- Annotations
- @RawJSType() @native()
- trait HrTime extends Function with Function1[Array[Int], Array[Int]] with Function0[Array[Int]]
- Annotations
- @RawJSType() @native()
- trait JavascriptHeap extends Object
- Annotations
- @RawJSType() @native()
- trait JavascriptStack extends Object
- Annotations
- @RawJSType() @native()
- trait JsHeapSpace extends Object
- Annotations
- @RawJSType() @native()
- trait Libuv extends Object
- Annotations
- @RawJSType() @native()
- trait MemoryUsage extends Object
Memory Usage
Memory Usage
- Annotations
- @RawJSType() @native()
- trait NativeStackInfo extends Object
- Annotations
- @RawJSType() @native()
- trait NetworkInterface extends Object
- Annotations
- @RawJSType() @native()
- trait PageFaults extends Object
- Annotations
- @RawJSType() @native()
- trait Process extends Object with IEventEmitter
The process object is a global object and can be accessed from anywhere.
The process object is a global object and can be accessed from anywhere. It is an instance of EventEmitter.
- Annotations
- @RawJSType() @native()
- trait ProcessConfig extends Object
- Annotations
- @RawJSType() @native()
- trait ProcessConfigTargetDefaults extends Object
- Annotations
- @RawJSType() @native()
- trait ProcessConfigVariable extends Object
- Annotations
- @RawJSType() @native()
- implicit final class ProcessExtensions extends AnyVal
Process Object Extensions
- trait ReleaseInfo extends Object
- Annotations
- @RawJSType() @native()
- trait Report extends Object
- Annotations
- @RawJSType() @native()
- trait ReportResourceUsage extends Object
- Annotations
- @RawJSType() @native()
- trait Reporter extends Object
- Annotations
- @RawJSType() @native()
- trait ResourceUsage extends Object
- Annotations
- @RawJSType() @native()
- type SendHandle = |[Socket, Server]
- trait TransferOptions extends Object
Transfer Options
Transfer Options
- Annotations
- @RawJSType() @native()
- trait UserLimit extends Object
- Annotations
- @RawJSType() @native()
- trait UvThreadResourceUsage extends Object
- Annotations
- @RawJSType() @native()
- trait Warning extends Object
Warning
Warning
- Annotations
- @RawJSType() @native()
- class WarningOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
Deprecated Value Members
- def abort(): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def allowedNodeEnvironmentFlags: EnvironmentFlags
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def arch: String
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def argv: Array[String]
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def argv0: String
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def channel: UndefOr[Object]
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def chdir(directory: String): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def config: ProcessConfig
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def connected: UndefOr[Boolean]
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def cwd(): String
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def debugPort: Integer
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def disconnect(): Any
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def emitWarning(warning: String, name: String = null, code: String = null, ctor: Function = null): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def env: Environment
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def execArgv: Array[String]
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def execPath: String
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def exit(code: Int = 0): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def exitCode: Int
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def features: Dictionary[Boolean]
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def getegid(): Int
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def geteuid(): Int
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def getgid(): Int
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def getgroups(): Array[Int]
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def getuid(): Int
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def hrtime(time: Array[Int] = null): Array[Int]
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def initgroups(user: String, extra_group: String): Array[Int]
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def kill(pid: Int, signal: String = null): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def mainModule: UndefOr[Any]
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def memoryUsage(): MemoryUsage
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def moduleLoadList: Array[String]
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def nextTick(callback: Function0[Any], args: Any*): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def openStdin(): ReadStream
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def pid: Int
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def platform: String
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def release: ReleaseInfo
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def send(message: Any): Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def send(message: Any, callback: Function): Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def send(message: Any, sendHandle: SendHandle, callback: Function): Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def send(message: Any, sendHandle: SendHandle, options: TransferOptions): Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def send(message: Any, sendHandle: SendHandle, options: TransferOptions, callback: Function): Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def setegid(id: Int): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def seteuid(id: Int): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def setgid(id: Int): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def setgroups(groups: |[|[Array[Int], Array[String]], Array[|[String, Int]]]): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def setuid(id: Int): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def stderr: WriteStream
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def stdin: ReadStream
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def stdout: WriteStream
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def title: String
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def umask(): Int
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def umask(mask: Int): Int
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def uptime(): Int
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def version: String
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead
- def versions: ComponentVersion
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) use Process object instead