Wait for jobs to complete
Usage
await(x, ...)
# S3 method for class 'parade_jobset'
await(x, timeout = Inf, poll = 10, .progress = NULL, ...)
Arguments
- x
A parade_jobset or parade job object
- ...
Additional arguments passed to method implementations
- timeout
Maximum time to wait in seconds
- poll
Polling interval in seconds
- .progress
Show progress bar
Value
The jobset/job (invisibly)