TaskProcessorBaseTSettingsUpdateFailedJobInTaskQueue(TaskProcessorJob, String, Exception, String, Boolean) Method
Updates the task in the application task queue, with failed info.
Namespace: MFiles.VAF.MultiserverModeAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public void UpdateFailedJobInTaskQueue(
TaskProcessorJob job,
string processingTargetIdentifiers,
Exception ex,
string remarks = null,
bool appendRemarks = true
)
Parameters
- job TaskProcessorJob
- TaskProcessorJob that failed.
- processingTargetIdentifiers String
-
Identifiers for the objects that are the target of processing.
- ex Exception
- Failure Exception
- 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.