Bootstrapper class

Constructors

Bootstrapper({required BodyFunc body, required List<String> args, required Iterable<ProcessSignal> signals})

Properties

args List<String>
final
body → BodyFunc
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signals Iterable<ProcessSignal>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runAsWorker({required bool enableLogFiles, required String outLog, required String errLog, required Logger loggerStd, required Logger loggerFile, required bool exitAfterBody, required bool isChildProcess, required ExitFunc? onExit}) → void
runAsWrapper() → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

isRunning bool
no setter

Static Methods

exitGracefully() → void
Calls the onExit() handler that was passed in bootstrap() and exits the Dart VM process immediately after.