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

    Interface PlanPhaseAdvancedEvent

    Emitted when plan execution advances into a new phase.

    interface PlanPhaseAdvancedEvent {
        phase: string;
        plan: string;
        planID: string;
        type: PhaseAdvanced;
    }

    Hierarchy

    • PlanExecutionEventBase
      • PlanPhaseAdvancedEvent
    Index

    Properties

    Properties

    phase: string

    The name of the phase into which execution is advancing.

    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.

    Discriminator for a phase-advanced event.