Wait for an operation to finish
Will periodically check an operation until its status is DONE
gce_wait(operation, wait = 3, verbose = TRUE, timeout_tries = 50)
operation
: The operation objectwait
: Time in seconds between checks, default 3 seconds.verbose
: Whether to give user feedbacktimeout_tries
: Number of times to waitThe completed job object, invisibly
Useful links