|
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.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxpublic bool EnableAutomaticTaskUpdates { get; set; }
Property Value
Type:
Boolean
See Also