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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub UpdateProgress ( _
newPercentage As Integer _
)
'Usage
Dim instance As SPJobDefinition
Dim newPercentage As Integer
instance.UpdateProgress(newPercentage)
public void UpdateProgress(
int newPercentage
)
Parameters
newPercentage
Type: System.Int32The percentage of the job completed.