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 a schedule using a depth first search algorithm.
Syntax
protected void getScheduleDFS(anytype _task)
Run On
Called
Parameters
- _task
Type: anytype
The task currently being examined.
Exceptions
Exception | Condition |
---|---|
Error | The dependency structure contains a cycle. |