TaskProcessorProgressUpdateInterval Property |
The frequency at which an in-progress task's progress is updated to the vault.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic TimeSpan ProgressUpdateInterval { get; }
Public ReadOnly Property ProgressUpdateInterval As TimeSpan
Get
public:
property TimeSpan ProgressUpdateInterval {
TimeSpan get ();
}
Property Value
Type:
TimeSpan
See Also