MonitorFutureJobs {hivModelling}R Documentation

MonitorFutureJobs

Description

Monitors the progress of jobs defined with package 'future'.

Usage

MonitorFutureJobs(jobs, statusRefreshRate = 2)

Arguments

jobs

List of 'future' jobs.

statusRefreshRate

Number of seconds to next refresh of job status. Default: 2

Value

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.

Examples

## Not run: 
MonitorFutureJobs(jobs)

## End(Not run)


[Package hivModelling version 0.9.13 Index]