CarpenterCommandExecutionEvent class sealed

One application-level execution event emitted around a command invocation.

The event carries semantic command metadata only. It deliberately does not know how feedback is rendered, how data is cached, or which state-management package an application uses.

Implementers
Annotations

Properties

commandId → String
Stable identifier of the command that produced this lifecycle event.
final
effects → List<CarpenterCommandEffect>
Immutable semantic effects captured before execution begins.
final
group → String
Command group captured at invocation time.
final
hashCode → int
The hash code for this object.
no setterinherited
isBlocking → bool
Whether the captured effects include a blocking-command marker.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
title → String
Command title captured at invocation time.
final

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