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

    Interface PlanLaunchedEvent

    Emitted when a plan is launched, i.e., when role casting succeeds and plan execution begins.

    Note: A PlanPhaseAdvancedEvent for the initial phase will immediately follow this event.

    interface PlanLaunchedEvent {
        plan: string;
        planID: string;
        type: Launched;
    }

    Hierarchy

    • PlanExecutionEventBase
      • PlanLaunchedEvent
    Index

    Properties

    Properties

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

    Discriminator for a plan-launched event.