AsyncProcessingOperationTJobState Property |
Processing state of the async job.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic ProcessingJobState JobState { get; }
Public ReadOnly Property JobState As ProcessingJobState
Get
public:
property ProcessingJobState JobState {
ProcessingJobState get ();
}
Property Value
Type:
ProcessingJobState
See Also