Search
Schedule.getTasks Method
See Also
 






Gets all tasks defined in this Schedule.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public ResourceList<Task> getTasks ()

 Return Value

An instance of the ResourceList class containing references to the tasks assigned to the schedule.

 Remarks

If you need to assign a Task object to schedule items, add the task to this collection before assigning it to the item.

 See Also