Share via


ReqDemPlanTaskLogger.finishLogging Method [AX 2012]

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

Syntax

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.

Exceptions

Exception Condition
Error

A logging session has not been started.

See Also

Reference

ReqDemPlanTaskLogger Class