BackgroundOperationState Property |
The state of the background operation.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic BackgroundOperationState State { get; }
Public ReadOnly Property State As BackgroundOperationState
Get
public:
property BackgroundOperationState State {
BackgroundOperationState get ();
}
Property Value
Type:
BackgroundOperationState
See Also