Description Usage Arguments Details Value
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.
1 | fmGetValue(x)
|
x |
fmStatus object |
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.
the process value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.