BulkFileOperation.IsInProgress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets indication whether some BulkFileOperation is in progress right now. It would be useful in several cases:
- to avoid getting exception if you want to run new BulkFileOperation;
- to not lost current context, when subscibes on Begin/End events.
public:
static property bool IsInProgress { bool get(); };
public static bool IsInProgress { get; }
static member IsInProgress : bool
Public Shared ReadOnly Property IsInProgress As Boolean