TaskProcessorBaseTSettingsUpdateCompletedJobInTaskQueue(ApplicationTask, String, String, Boolean) Method

Updates the completed app task in the task queue.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void UpdateCompletedJobInTaskQueue(
	ApplicationTask appTask,
	string processingTargetIdentifiers,
	string remarks = null,
	bool appendRemarks = true
)

Parameters

appTask  ApplicationTask
App task that completed successfully.
processingTargetIdentifiers  String
Identifiers for the objects that are the target of processing.
remarks  String  (Optional)
Custom remarks (default is used if not provided).
appendRemarks  Boolean  (Optional)
- When true appends the remarks to the pre-existing value. - Replaces when false.

See Also