dsIsCompleted-ArmadilloResult-method: Get whether the operation is completed

dsIsCompleted,ArmadilloResult-methodR 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

ArmadilloResult-class object.

Value

TRUE if operation is completed.


DSMolgenisArmadillo documentation built on Nov. 2, 2023, 6:27 p.m.