Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Updates the percentage of the running job that is completed for the job definition running on the current server.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Sub UpdateProgress ( _
newPercentage As Integer _
)
'Usage
Dim instance As SPJobDefinition
Dim newPercentage As Integer
instance.UpdateProgress(newPercentage)
public void UpdateProgress(
int newPercentage
)
newPercentage
Type: System.Int32
The percentage of the job completed.
Please sign in to use this experience.
Sign in