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

    Enumeration PlanExecutionEventType

    Enum specifying the discriminators for plan-execution events.

    Index

    Enumeration Members

    BlockedOnReactionWindow: "blockedOnReactionWindow"

    Plan execution is blocked on a reaction window.

    BlockedOnWait: "blockedOnWait"

    Plan execution is blocked on a wait instruction.

    Failed: "failed"

    The plan failed.

    Launched: "launched"

    The plan was launched, i.e., role casting succeeded and execution has begun.

    PhaseAdvanced: "phaseAdvanced"

    Plan execution advanced into a new phase.

    Succeeded: "succeeded"

    The plan completed successfully.