LongRunningOperationStatus.IsActive Property
Returns whether the job currently running is active.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property IsActive As Boolean
Get
'Usage
Dim instance As LongRunningOperationStatus
Dim value As Boolean
value = instance.IsActive
public bool IsActive { get; }
Property Value
Type: System.Boolean
See Also
Reference
LongRunningOperationStatus Class