PokéRogue
    Preparing search index...

    Type Alias StateType

    StateType: "running" | "interrupted" | "idling"

    The interceptor's current state. Possible values are the following:

    • running: The interceptor is currently running a phase.
    • interrupted: The interceptor has been interrupted by a UI prompt or similar mechanism, and is currently waiting for the current phase to end.
    • idling: The interceptor is not currently running a phase and is ready to start a new one.