Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Computes and returns a schedule that can be used to execute the tasks in a good order.
Syntax
public List getSchedule()
Run On
Called
Return Value
Type: List Class
A schedule that contains each task that satisfies the dependencies.
Exceptions
| Exception | Condition |
|---|---|
| Error | The dependency structure contains a cycle. |
| Error | The dependency structure contains a cycle. |