PokéRogue
GitHub
Switch to Main
Preparing search index...
test/framework/phase-interceptor
StateType
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 waiting for the current phase to end.
idling
: The interceptor is not currently running a phase and is ready to start a new one.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
GitHub
Switch to Main
PokéRogue
Loading...
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 waiting for the current phase to end.idling: The interceptor is not currently running a phase and is ready to start a new one.