Gets all tasks defined in this Schedule.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
Java Copy Code |
---|
public ResourceList<Task> getTasks () |
An instance of the ResourceList class containing references to the tasks assigned to the schedule.
If you need to assign a Task object to schedule items, add the task to this collection before assigning it to the item.
JPlanner Programmer's Guide | © 2023 MindFusion |