MonitorFutureJobs {hivModelling} | R Documentation |
Monitors the progress of jobs defined with package 'future'.
MonitorFutureJobs(jobs, statusRefreshRate = 2)
jobs |
List of 'future' jobs. |
statusRefreshRate |
Number of seconds to next refresh of job status. Default: 2 |
The results of running the futures. This will evaluate any results so if the result is an error (for example triggered by stop) the error will be triggered and execution will stop.
## Not run: MonitorFutureJobs(jobs) ## End(Not run)