ReqDependencyAnalyzer.getScheduleDFS Method [AX 2012]
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. |