TerminalExitReason enum
Values
- unknown → const TerminalExitReason
-
const TerminalExitReason(0)
- shutdown → const TerminalExitReason
-
const TerminalExitReason(1)
- process → const TerminalExitReason
-
const TerminalExitReason(2)
- user → const TerminalExitReason
-
const TerminalExitReason(3)
- extension → const TerminalExitReason
-
const TerminalExitReason(4)
Properties
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<
TerminalExitReason> - A constant List of the values in this enum, in order of their declaration.