RefreshState enumeration

Represents refresh states.

Namespace:  Microsoft.SharePoint.WorkManagement.Client
Assembly:  Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)

Syntax

'Declaration
Public Enumeration RefreshState
'Usage
Dim instance As RefreshState
public enum RefreshState

Members

Member name Description
NoValue No value. Value = 0.
Pending The refresh is pending. Value = 1.
Ignored The refresh was ignored. Value = 2.
Succeeded The refresh succeeded. Value = 3.
Failed The refresh failed. Value = 4.

See also

Reference

Microsoft.SharePoint.WorkManagement.Client namespace