The format of the status bar is
[jobs_queued/jobs_running/jobs_succeeded/jobs_failed - total_jobs] time_elapsed | ETA: estimate_time_remaining
Usage
cloud_status(job_name = cloud_job(), update_interval = 10)Arguments
- job_name
The job name, as returned by
cloud_check().- update_interval
The number of seconds between querying for updates
See also
Other cloud:
cloud_broken(),
cloud_browse(),
cloud_cancel(),
cloud_check(),
cloud_details(),
cloud_fetch_results(),
cloud_plot(),
cloud_report(),
cloud_results(),
cloud_summary()