Tasks_GetSpec

Tasks_GetSpec
Tasks_GetSpec

The Tasks.GetSpec structure describes what data should be included when retrieving information about a task.

JSON Example
{
    "return_all": false,
    "exclude_result": false
}
boolean
return_all
Optional

If true, all data, including operation-specific data, will be returned, otherwise only the data described in Info will be returned. If unset, only the data described in Info will be returned.

boolean
exclude_result
Optional

If true, the result will not be included in the task information, otherwise it will be included. If unset, the result of the operation will be included in the task information.