ReqDemPlanDummyTaskLogger.finishLogging Method [AX 2012]
Ends a logging session, updating the run time of the task collection.
public void finishLogging([boolean _cleanupLeftoverTasks])
Run On
CalledParameters
- _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 still in progress; optional. The default value is true.
Community Additions
ADD
Show: