dsIsCompleted,ArmadilloResult-method {DSMolgenisArmadillo} | R Documentation |
Get whether the operation is completed
Description
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.
Usage
## S4 method for signature 'ArmadilloResult'
dsIsCompleted(res)
Arguments
res |
|
Value
TRUE if operation is completed.
[Package DSMolgenisArmadillo version 2.0.9 Index]