Description Usage Arguments Details Value Examples
This class is used to pass the background process results and metadata to the app. You can access the value directly (i.e. obj$value) or via fmGetValue() function (recommended!).
1 |
id |
character string, task ID |
status |
character string |
message |
message that may be used on front-end to inform user what's happeninged |
value |
NULL for not-"success" tasks, the long function value for "success" tasks |
Possible statuses: - "running": task is running; - "failed": task has been stopped using fmError(); - "success": task completed succesfully; - "error": unexpected error occured in the long function; - "canceled": task has been canceled by the user
This function should NOT be used directly.
fmStatus object
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.