Viv JavaScript Runtime - v0.10.2
    Preparing search index...

    Interface PlanFailedEvent

    Emitted when a plan fails, either due to a fail instruction or an unsatisfiable reaction window.

    interface PlanFailedEvent {
        phase: string;
        plan: string;
        planID: string;
        type: Failed;
    }

    Hierarchy

    • PlanExecutionEventBase
      • PlanFailedEvent
    Index

    Properties

    Properties

    phase: string

    The name of the phase in which the plan failed.

    plan: string

    The name of the plan, as defined in the content bundle.

    planID: string

    The unique identifier for the plan state associated with this event.

    type: Failed

    Discriminator for a plan-failed event.