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

    Interface PlanSucceededEvent

    Emitted when a plan completes successfully.

    interface PlanSucceededEvent {
        phase: string;
        plan: string;
        planID: string;
        type: Succeeded;
    }

    Hierarchy

    • PlanExecutionEventBase
      • PlanSucceededEvent
    Index

    Properties

    Properties

    phase: string

    The name of the phase in which the plan succeeded.

    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: Succeeded

    Discriminator for a plan-succeeded event.