Process class abstract

Implemented types
Annotations
  • @JS()
  • @anonymous

Constructors

Process()

Properties

arch String
no setter
argv List
no setter
argv0 String
no setter
channel → dynamic
no setter
config → dynamic
no setter
connected bool
no setter
env → dynamic
no setter
execArgv List
no setter
execPath String
no setter
exitCode int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mainModule Module
no setter
noDeprecation bool
no setter
pid int
no setter
platform String
no setter
ppid int
no setter
release Release
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stderr TTYWriteStream
Stream connected to stderr (fd 2).
no setter
stdin TTYReadStream
Stream connected to stdin (fd 0).
no setter
stdout TTYWriteStream
Stream connected to stdout (fd 1).
no setter
throwDeprecation bool
no setter
title String
no setter
traceDeprecation bool
no setter
version String
no setter
versions → dynamic
no setter

Methods

abort() → void
addListener(dynamic eventName, Function listener) → void
inherited
chdir(String directory) → void
cpuUsage([CPUUsage previousValue]) CPUUsage
cwd() String
disconnect() → void
dlopen(dynamic module, String filename, [int flags]) → void
emit(dynamic eventName, [dynamic arg1, dynamic arg2, dynamic arg3, dynamic arg4, dynamic arg5, dynamic arg6]) → void
inherited
emitWarning(dynamic warning, [dynamic arg1, dynamic arg2, dynamic arg3]) → void
See official documentation for possible signatures:
eventNames() List
inherited
exit([int code = 0]) → void
getegid() num
geteuid() → dynamic
getgid() → dynamic
getgroups() List
getMaxListeners() int
inherited
getuid() int
hasUncaughtExceptionCaptureCallback() bool
hrtime([List<int> time]) List
initgroups(dynamic user, dynamic extra_group) → void
kill(num pid, [dynamic signal]) → void
listenerCount(dynamic eventName) int
inherited
listeners(dynamic eventName) List<Function>
inherited
memoryUsage() → dynamic
nextTick(Function callback, [dynamic arg1, dynamic arg2, dynamic arg3, dynamic arg4, dynamic arg5, dynamic arg6, dynamic arg7]) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(dynamic eventName, Function listener) EventEmitter
inherited
once(dynamic eventName, Function listener) EventEmitter
inherited
prependListener(dynamic eventName, Function listener) EventEmitter
inherited
prependOnceListener(dynamic eventName, Function listener) EventEmitter
inherited
rawListeners(dynamic eventName) List<Function>
inherited
removeAllListeners(dynamic eventName) EventEmitter
inherited
removeListener(dynamic eventName, Function listener) EventEmitter
inherited
send(dynamic message, [dynamic sendHandle, dynamic options, void callback()]) bool
setegid(dynamic id) → void
seteuid(dynamic id) → void
setgid(dynamic id) → void
setgroups(List groups) → void
setMaxListeners(int value) → void
inherited
setuid(dynamic id) → void
setUncaughtExceptionCaptureCallback(Function fn) → void
toString() String
A string representation of this object.
inherited
umask([int mask]) → void
uptime() num

Operators

operator ==(Object other) bool
The equality operator.
inherited