TaskProcessorBaseTSettingsUpdateCancelledJobInTaskQueue(ApplicationTask, String, String, Boolean) Method

Updates the passed job as having been cancelled in the task queue.

Definition

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

Parameters

appTask  ApplicationTask
The app task that was cancelled.
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