<!-- Source: https://docs.squirro.com/en/latest/api/squirro_client.topic.TasksMixin.html -->
# TasksMixin

**`class TasksMixin`**

Bases: [`object`](https://docs.python.org/3.11/library/functions.html#object)

Methods SummaryMethods Documentation

**`create_task(**params)`**

Create a scheduled task. All parameters are passed on as attributes
to create.

**`delete_task(task_id)`**

Delete a scheduled task.

Parameters

`task_id` – Task identifier.

**`get_task(task_id)`**

Return details for a scheduled task.

Parameters

`task_id` – Task identifier.

**`get_tasks()`**

Return a list of all scheduled tasks for the current user.

**`update_task(task_id, **params)`**

Update a scheduled task. All parameters are passed on as attributes
to update.

Parameters

`task_id` – Task identifier.
