TaskManagerEventArgsJobStatus Property |
The status of task processing job related to the event, if applicable.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic TaskProcessingJobStatus JobStatus { get; }
Public ReadOnly Property JobStatus As TaskProcessingJobStatus
Get
public:
property TaskProcessingJobStatus^ JobStatus {
TaskProcessingJobStatus^ get ();
}
Property Value
Type:
TaskProcessingJobStatus
See Also