Check if manual pause is currently active.
True if matching is manually paused.
export function isManualPauseActive(): boolean { return manualPauseActive;} Copy
export function isManualPauseActive(): boolean { return manualPauseActive;}
Check if manual pause is currently active.