• Check if manual pause is currently active.

    Returns boolean

    True if matching is manually paused.

    export function isManualPauseActive(): boolean {
    return manualPauseActive;
    }