appeears_task_status: Get Task Status

Description Usage Arguments Value

Description

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.

Usage

1
appeears_task_status(token, task_id)

Arguments

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'.

Value

A list representing the AppEEARS server response which should include the 'percent complete' status of the task in the task processing workflow.


katharynduffy/AppEEARS4R documentation built on Feb. 11, 2020, 12:05 a.m.