wait_for_run_completion: Wait for the completion of a run
Description
Wait for the run to reach a terminal state. Typically called
after submitting an experiment run with submit_experiment()
.
Usage
wait_for_run_completion(run, show_output = TRUE)
Arguments
show_output
If TRUE
, print verbose output to console.