• Check if manual matching is paused (alias for isManualPauseActive).

    Returns boolean

    True if matching is manually paused.

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