Share via


ReqDependencyAnalyzer.getScheduleByLevel Method [AX 2012]

Computes a list of all tasks ordered by level.

Syntax

public List getScheduleByLevel([boolean _reversed])

Run On

Called

Parameters

  • _reversed
    Type: boolean
    A Boolean value that determines whether the list should be in reversed order; optional.

Return Value

Type: List Class
A list that holds all tasks.

Remarks

The order of tasks on each level is equal even if the method is called by using the _reversed parameter set to true.

See Also

Reference

ReqDependencyAnalyzer Class