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.ObjectEventBase → ProjectCompletingErrorEvent

Properties

Reason

Human-readable explanation for the ignored mutation.

public string Reason { get; }
Property Value

System.String

Methods

Accept(IEventQueueVisitor)

Dispatches to Visit(ProjectCompletingErrorEvent).

public override void Accept(IEventQueueVisitor visitor);
Parameters

visitor IEventQueueVisitor

Visitor to dispatch this event to.

Inherited Properties

MemberSource
Atinherited from EventBase
Timinginherited from EventBase
Docs last synced: 2026-07-08
Screenshot viewer