AppTaskProcessorSettingsEnableAutomaticTaskUpdates Property

When enabled, the processor will automatically update the task info with the default update info when an event is fired. - IE, ProcessingCompleted => Task is updated in task queue as completed with default update info. When this is setting is disabled, all updates to the task queue should be handled inside the task handler.

Definition

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

Property Value

Boolean

See Also