Get whether the result from a previous assignment or aggregation operation was completed, either with a successful status or a failed one. This call must not wait for the completion, immediate response is expected. Once the result is identified as being completed, the raw result the operation can be got directly.

# S4 method for ArmadilloResult
dsIsCompleted(res)

Arguments

res

ArmadilloResult-class object.

Value

TRUE if operation is completed.