SPRunningJob.PercentageDone property
Gets a Int32 object that represents the percentage of the job that has completed.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property PercentageDone As Integer
Get
'Usage
Dim instance As SPRunningJob
Dim value As Integer
value = instance.PercentageDone
public int PercentageDone { get; }
Property value
Type: System.Int32
A Int32 object that represents the percentage of the requested operation that has completed.
Remarks
This parameter is passed to the client callback function that receives this event method call.