query_task
Query for task information by id.
def query_task(
state: object,
ids: string|list,
**kwargs: any
) - > dict
Query for task information by id.
Parameters
| Name | Type | Description |
|---|---|---|
| state | object | The current application or worker state object used to resolve task context. |
| ids | `string | list` |
| **kwargs | any | Additional keyword arguments passed to the command inspector. |
Returns
| Type | Description |
|---|---|
dict | A dictionary mapping task IDs to a tuple containing the task's current state and its detailed information object. |