ReqDemPlanTaskLogger.updateCurrentTask Method [AX 2012]
Updates the current task in the logging table.
Syntax
protected void updateCurrentTask(ReqDemPlanTaskFinishedOk _taskFinishedOk)
Run On
Called
Parameters
- _taskFinishedOk
Type: ReqDemPlanTaskFinishedOk Extended Data Type
A NoYes value indicating whether the task finished successfully.
Exceptions
Exception | Condition |
---|---|
Error | Thrown if a logging session has not ben started. -or- Thrown if no task is currently in progress. |