---
title: tasks
framework: intents
role: symbol
role_heading: Instance Property
path: intents/intasklist/tasks
---

# tasks

The array of individual tasks to perform.

## Declaration

```swift
var tasks: [INTask] { get }
```

## Discussion

Discussion A task list contains one or more INTask objects representing the individual tasks. Each task has its own descriptive information and trigger conditions.

## See Also

### Getting the Task Attributes

- [title](intents/intasklist/title.md)
