CarpenterCommandStarted class final
Lifecycle event emitted immediately before command execution begins.
- Inheritance
-
- Object
- CarpenterCommandExecutionEvent
- CarpenterCommandStarted
Constructors
-
CarpenterCommandStarted({required String commandId, required String title, required String group, required List<
CarpenterCommandEffect> effects}) -
Creates a command-started event from the metadata captured by the executor.
const
Properties
- commandId → String
-
Stable identifier of the command that produced this lifecycle event.
finalinherited
-
effects
→ List<
CarpenterCommandEffect> -
Immutable semantic effects captured before execution begins.
finalinherited
- group → String
-
Command group captured at invocation time.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isBlocking → bool
-
Whether the captured effects include a blocking-command marker.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String
-
Command title captured at invocation time.
finalinherited
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