Skip to main content

Module task_list

Module task_list 

Source
Expand description

Task management utilities (TodoV2 task list system).

Structs§

Task
Task representation
TaskUpdate
Task update fields

Enums§

TaskStatus
Task status enum

Constants§

TASK_STATUSES
Task statuses

Functions§

create_task
Create a new task
delete_task
Delete a task
get_task
Get a task by ID
get_task_list_id
Get the task list ID (directory identifier for this session’s tasks)
get_unfinished_tasks
Get all non-completed tasks from the in-memory store.
is_todo_v2_enabled
Check if TodoV2 is enabled
list_tasks
List all tasks
reset_task_store
update_task
Update a task