AppTaskProcessorSettingsPollTasksOnJobCompletion Property

When true, polling is triggered right away after a job has completed processing. - This prevents the need to wait a full polling cycle to get the next task.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool PollTasksOnJobCompletion { get; set; }

Property Value

Boolean

See Also