|
TaskProcessorBaseTSettingsUpdateCancelledJobInTaskQueue Method (ApplicationTask, String, String, Boolean)
|
Updates the passed job as having been cancelled in the task queue.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxpublic void UpdateCancelledJobInTaskQueue(
ApplicationTask appTask,
string processingTargetIdentifiers,
string remarks = null,
bool appendRemarks = true
)
Parameters
- appTask
- Type: MFiles.VAF.Common.ApplicationTaskQueueApplicationTask
The app task that was cancelled. - processingTargetIdentifiers
- Type: SystemString
Identifiers for the objects that are the target of processing.
- remarks (Optional)
- Type: SystemString
Custom remarks (default is used if not provided). - appendRemarks (Optional)
- Type: SystemBoolean
- When true appends the remarks to the pre-existing value.
- Replaces when false.
See Also