Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks if upgrade is running on the calling thread.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function PeekIsUpgradeRunning As Boolean
'Usage
Dim returnValue As Boolean
returnValue = SPManager.PeekIsUpgradeRunning()
public static bool PeekIsUpgradeRunning()
Return Value
Type: System.Boolean
Boolean
Remarks
true if an upgrade is running on the calling thread; otherwise, false.