SPBackupRestoreConfigurationSettings.IsCurrentlyRunning property
Gets or sets a value that indicates whether the backup or restore operation is currently running.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsCurrentlyRunning As Boolean
Get
Friend Set
'Usage
Dim instance As SPBackupRestoreConfigurationSettings
Dim value As Boolean
value = instance.IsCurrentlyRunning
public bool IsCurrentlyRunning { get; internal set; }
Property value
Type: System.Boolean
true if the operation is running; otherwise, false.
See also
Reference
SPBackupRestoreConfigurationSettings class