More information about these API endpoints can be found at here.
Usage
run_model(data)
get_model_run_state(model, stamp)
get_run_state(model, stamp)
stop_model_run(model, stamp)
stop_run(model, stamp)Examples
if (FALSE) { # \dontrun{
use_OpenMpp_local()
get_model_run_state("RiskPaths", "2025_01_28_21_00_48_385")
} # }