taskList
Retrieves the user's tasks.
This property provides access to the list of tasks associated with the user. Each task can include details such as the title, description, category, position, and its completion status. Each task is represented by a unique Task object containing all relevant information.
The tasks are provided in a flat structure, allowing the flexibility to choose how to display or sort them based on their own criteria, such as by category, position, or completion status.
Tasks are lazily loaded when the SDK starts. The full data associated with each task (such as contact, room, file descriptors, etc.) is not fully resolved at startup but is only fetched when fetchTasks is called.
Return
The tasks as an ArrayItemList of Task.