Expand description
Task management utilities (TodoV2 task list system).
Structs§
- Task
- Task representation
- Task
Update - Task update fields
Enums§
- Task
Status - 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