PidTracker mixin
A mixin for tracking additional PIDs that can be shut down at the end of a debug session.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
pidsToTerminate
→ Set<
int> -
Process IDs to terminate during shutdown.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
terminatePids(
ProcessSignal signal) → void - Terminates all processes with the PIDs registered in pidsToTerminate.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited