TaskProcessorBaseTSettingsUpdateTasksInProgress Method

Updates the progress in the task queue. - This check is part of the required keep alive updates to the task queue.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public IEnumerable<ApplicationTask> UpdateTasksInProgress(
	ApplicationTask[] tasks
)

Parameters

tasks  ApplicationTask
Tasks to update.

Return Value

IEnumerableApplicationTask
IEnumerable{ApplicationTask}

See Also