job_status

Job status

Synopsis

job_status

Argument:

task task ID

Return value:

null or [ list:
[0]: false or task result
[1]: task status, string ]

Description

The request returns status of evaluation of a task identified by task ID. If task is unknown return value is null. Format of task result depends on task type.

Comment

  • In case of /ds2ws task, the proper result is dictionary: {"ws": <name of workspace created>}

  • In case of /ds_list, the proper result is dictionary, see ds_list