TaskProcessingJobStatusProcessorUpdates Property |
The number of times the status has been updated by the processor.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic int ProcessorUpdates { get; set; }
Public Property ProcessorUpdates As Integer
Get
Set
public:
property int ProcessorUpdates {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also