waitForJobs: Wait for jobs on an instance to finish

View source: R/instances.R

waitForJobsR Documentation

Wait for jobs on an instance to finish

Description

This function blocks the current thread of execution until all of the jobs on the given instance have finished running.

Usage

waitForJobs(instance, wait = 10)

Arguments

instance

An instance objected created with launchInstance or getInstanceDescription.

wait

The time (in seconds) to wait between checking on the state of jobs running on the instance.

Value

Invisibly returns the instance object.


whitwort/AWSTools documentation built on July 9, 2023, 2:56 a.m.