Skip to main content

one_phase_status

async fn one_phase_status(
    conn: &mut PgConnection,
    phase: &str,
) -> Result<CreditRegistrationPhaseStatus, ControllerError>
Expand description

One phase’s status, so a pause/resume/run-now response shows the effect without a second request.