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.
Namespace: MFiles.VAF.MultiserverModeAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public bool EnableAutomaticTaskUpdates { get; set; }
Property Value
Boolean