revoked
List of revoked task-ids.
def revoked(
state: object,
**kwargs: dict
) - > list
List of revoked task-ids.
Parameters
| Name | Type | Description |
|---|---|---|
| state | object | The current worker state object containing the set of revoked tasks. |
| **kwargs | dict | Additional keyword arguments passed to the command inspector. |
Returns
| Type | Description |
|---|---|
list | A list of task identifiers that have been revoked and are no longer eligible for execution. |