Returns operation status, or a map from operation names to status. See https://cloud.google.com/apis/design/design_patterns#long_running_operations
Usage | Returns |
---|---|
ee.data.getOperation(operationName, callback) | Dictionary |
Argument | Type | Details |
---|---|---|
operationName | List | Operation name(s). |
callback | Function, optional | An optional callback. If not supplied, the call is made synchronously. |