Description Usage Arguments Value
Returns information about the status of a particular task. This allows a script to make decisions about what to do given the state of on ongoing task but doesn't provide information about whether or not the task is complete. See 'Is Task Done' for info on that.
1 | appeears_task_status(token, task_id)
|
token |
An authentication token associated with the submitted task, as per the appeears_start_session function. Expects a list with a a variable, 'token' |
task_id |
A task id as per the response given when executing the appeears_start_task function. Expects a list which includes a variable, 'task_id'. |
A list representing the AppEEARS server response which should include the 'percent complete' status of the task in the task processing workflow.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.