gce_wait: Wait for an operation to finish

Description Usage Arguments Value

View source: R/operations.R

Description

Will periodically check an operation until its status is DONE

Usage

1
gce_wait(operation, wait = 3, verbose = TRUE, timeout_tries = 50)

Arguments

operation

The operation object

wait

Time in seconds between checks, default 3 seconds.

verbose

Whether to give user feedback

timeout_tries

Number of times to wait

Value

The completed job object, invisibly


cloudyr/googleComputeEngineR documentation built on Jan. 23, 2022, 8:30 a.m.