Share via


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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPRunningJob Class

SPRunningJob Members

Microsoft.SharePoint.Administration Namespace

UpdateProgress(Int32)