ReqDemPlanTaskLogger.finishLogging Method [AX 2012]

Ends a logging session and updates the run time of the task collection.

public void finishLogging([boolean _cleanupLeftoverTasks])

Run On

Called

Parameters

_cleanupLeftoverTasks
Type: boolean
A Boolean value: true if any tasks that are still in progress should be marked as failed; false if an exception should be thrown if any task is in progress; optional. The default value is true.

ExceptionCondition
Error

A logging session has not been started.

Community Additions

ADD
Show: