TaskProcessorBaseTSettingsUpdateCompletedJobInTaskQueue Method (TaskProcessorJob, 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(
TaskProcessorJob job,
string processingTargetIdentifiers,
string remarks = null,
bool appendRemarks = true
)
Public Sub UpdateCompletedJobInTaskQueue (
job As TaskProcessorJob,
processingTargetIdentifiers As String,
Optional remarks As String = Nothing,
Optional appendRemarks As Boolean = true
)
public:
void UpdateCompletedJobInTaskQueue(
TaskProcessorJob^ job,
String^ processingTargetIdentifiers,
String^ remarks = nullptr,
bool appendRemarks = true
)
Parameters
- job
- Type: MFiles.VAF.MultiserverModeTaskProcessorJob
TaskProcessorJob 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