TaskProcessingJobEventArgsStatus Property |
The job status, at the time of the event.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic TaskProcessingJobStatus Status { get; set; }
Public Property Status As TaskProcessingJobStatus
Get
Set
public:
property TaskProcessingJobStatus^ Status {
TaskProcessingJobStatus^ get ();
void set (TaskProcessingJobStatus^ value);
}
Property Value
Type:
TaskProcessingJobStatus
See Also