BulkFileOperation.IsInProgress Property

Definition

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

Property Value

Applies to