Gets all tasks defined in this Schedule.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public ResourceList<Task> getTasks () |
An instance of the ResourceList class containing references to the tasks assigned to the schedule.
RemarksIf you need to assign a Task object to schedule items, add the task to this collection before assigning it to the item.
See Also