ProjectCompletingErrorEvent
2026-06-03 per-scene visit-state spec §5 — emitted when SelectChoice fires during the completeProject drain (between completeProject event execution and _isProjectComplete = true) or after completion. The runtime ignores the SelectChoice call and queues this for the host.
public sealed class ProjectCompletingErrorEvent : EventBase
Inheritance System.Object → EventBase → ProjectCompletingErrorEvent
Properties
Reason
Human-readable explanation for the ignored mutation.
public string Reason { get; }
Property Value
Methods
Accept(IEventQueueVisitor)
Dispatches to Visit(ProjectCompletingErrorEvent).
public override void Accept(IEventQueueVisitor visitor);
Parameters
visitor IEventQueueVisitor
Visitor to dispatch this event to.
Inherited Properties
| Member | Source |
|---|---|
At | inherited from EventBase |
Timing | inherited from EventBase |