SearchServiceApplication.IsPaused Method
Gets the reasons that crawls are paused.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function IsPaused As Integer
'Usage
Dim instance As SearchServiceApplication
Dim returnValue As Integer
returnValue = instance.IsPaused()
public int IsPaused()
Return Value
Type: System.Int32
A 32-bit integer bitmask that represents the reasons that crawls are paused.
Remarks
This method gets the reasons that crawls are paused. For more information about the valid bitmask of the reasons that crawls are paused, see Pause Crawls Reasons.
See Also
Reference
SearchServiceApplication Class