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.
The tasks that you added to the task list.
var addedTasks: [INTask]? { get set }Set this property to an array of INTask objects, each of which represents a single task that you added.