Share via


ReqDependencyAnalyzer.getSchedule Method [AX 2012]

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.

See Also

Reference

ReqDependencyAnalyzer Class