fmGetValue: Get value from fmStatus

Description Usage Arguments Details Value

View source: R/utils.R

Description

This function should be used when there's a need to get a value returned by a background process. In particular, it signalizes any errors that may happen in the process. Direct access (i.e. x[["value"]]) doesn't show errors.

Usage

1

Arguments

x

fmStatus object

Details

The value is NULL for every status, except: - "success": the value from the process - "failed": the error message (see fmValidate() for handling this)

See fmError for some example.

Value

the process value


Boehringer-Ingelheim/FutureManager documentation built on June 16, 2021, 6:23 p.m.