---
title: INNotebookItemType.taskList
framework: intents
role: symbol
role_heading: Case
path: intents/innotebookitemtype/tasklist
---

# INNotebookItemType.taskList

A task list item type.

## Declaration

```swift
case taskList
```

## Discussion

Discussion Search your app’s task lists and return each one using an INTaskList object. Task lists are a way of grouping related tasks together.

## See Also

### Enumeration Cases

- [INNotebookItemType.unknown](intents/innotebookitemtype/unknown.md)
- [INNotebookItemType.note](intents/innotebookitemtype/note.md)
- [INNotebookItemType.task](intents/innotebookitemtype/task.md)
