The function to determine if the prompt has expired.
(): void
Returns void
awaitingActionInput: boolean = false
Returns void
initPhases
initPhases(): void
Method to initialize phases and their corresponding methods.
Returns void
pop
pop(): void
Returns void
rejectAll
rejectAll(error): void
Parameters
error: any
Returns void
restoreOg
restoreOg(): void
Restores the original state of phases and clears intervals.
This function iterates through all phases and resets their start method to the original
function stored in this.phases. Additionally, it clears the promptInterval and interval.
Returns void
run
run(phaseTarget, skipFn?): Promise<void>
Method to run a phase with an optional skip function.
Constructor to initialize the scene and properties, and to start the phase handling.