rank_job_status: Read the current status of a ranking job

View source: R/async.R

rank_job_statusR Documentation

Read the current status of a ranking job

Description

Non-blocking: reads the progress file the worker updates.

Usage

rank_job_status(project)

Arguments

project

Project name.

Value

A list with status ("starting", "running", "done", or "error"), processed, total, percent, current_model, eta_secs, scores (a per-call data.frame of everything scored so far), and optionally error and elapsed_secs.


screenllm documentation built on Sept. 24, 2026, 5:11 p.m.