DebugTerminatePoint enum
Test-only crash-injection points inside the supervised worker's lifecycle
dispatch, armed through the Tailscale.debugTerminateWorkerForTesting
wrapper. Each value names exactly one termination site.
- Inheritance
- Available extensions
- Annotations
Values
- nextShutdown → const DebugTerminatePoint
-
Immediately after the next down/logout intent is tagged and before its native acknowledgement.
- afterNextStart → const DebugTerminatePoint
-
After the next native start response but before the public up operation can complete its stable-state wait.
- afterNextLogoutDispatch → const DebugTerminatePoint
-
Immediately after the next logout command is sent to the worker, before its native acknowledgement reaches Dart.
- afterNextLifecycleNativeResult → const DebugTerminatePoint
-
After native down/logout has produced a terminal receipt but before that receipt can be delivered to the caller isolate.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
DebugTerminatePoint> - A constant List of the values in this enum, in order of their declaration.