Contents

addedTasks

The tasks that you added to the task list.

Declaration

var addedTasks: [INTask]? { get set }

Discussion

Set this property to an array of INTask objects, each of which represents a single task that you added.

See Also

Providing the Task Information