TaskProcessorBaseTSettingsUpdateCancelledJobInTaskQueue(TaskProcessorJob, String, String, Boolean) Method
Updates the passed job as having been cancelled in the task queue.
Namespace: MFiles.VAF.MultiserverModeAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public void UpdateCancelledJobInTaskQueue(
TaskProcessorJob job,
string processingTargetIdentifiers,
string remarks = null,
bool appendRemarks = true
)
Parameters
- job TaskProcessorJob
- The TaskProcessorJob 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.