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 map that contains the task as the key and the level as the value.
Syntax
protected Map mapTaskLevel()
Run On
Called
Return Value
Type: Map Class
A map that contains all tasks. The key holds the tasks. The value holds the level the task belongs to.
Exceptions
Exception | Condition |
---|---|
Error | The dependency structure contains a cycle. |
Error | The dependency structure contains a cycle. |
Remarks
Tasks on lower levels must be executed before tasks on higher levels.