ReqCalc.getStatusRuntime Method [AX 2012]
Computes the runtime for a range of phases of the master planning process.
Syntax
protected Integer getStatusRuntime(ReqProcessStatus _fromStatus, ReqProcessStatus _toStatus)
Run On
Called
Parameters
- _fromStatus
Type: ReqProcessStatus Enumeration
The lowest inclusive status to use for runtime computation.
- _toStatus
Type: ReqProcessStatus Enumeration
Highest inclusive status to use for runtime computation.
Return Value
Type: Integer Extended Data Type
The amount of seconds spent in the phases between the from and to statuses.