R/ArmadilloResult.R
dsIsCompleted-ArmadilloResult-method.Rd
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)
ArmadilloResult-class
object.
TRUE if operation is completed.