TaskProcessorBaseTSettingsUpdateCompletedJobInTaskQueue Method (ApplicationTask, String, String, Boolean) |
Updates the completed app task in the task queue.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void UpdateCompletedJobInTaskQueue(
ApplicationTask appTask,
string processingTargetIdentifiers,
string remarks = null,
bool appendRemarks = true
)
Public Sub UpdateCompletedJobInTaskQueue (
appTask As ApplicationTask,
processingTargetIdentifiers As String,
Optional remarks As String = Nothing,
Optional appendRemarks As Boolean = true
)
public:
void UpdateCompletedJobInTaskQueue(
ApplicationTask^ appTask,
String^ processingTargetIdentifiers,
String^ remarks = nullptr,
bool appendRemarks = true
)
Parameters
- appTask
- Type: MFiles.VAF.Common.ApplicationTaskQueueApplicationTask
App task that completed successfully. - 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