dsIsCompleted,DSLiteResult-method {DSLite}R Documentation

Get whether the operation is completed

Description

Always TRUE because of synchronous operations.

Usage

## S4 method for signature 'DSLiteResult'
dsIsCompleted(res)

Arguments

res

DSLiteResult-class object.

Value

Always TRUE.


[Package DSLite version 1.4.0 Index]