ApplyScopeSnapshotStatus Enumeration

 

Enumerates the values for the apply scope snapshot status.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

public enum ApplyScopeSnapshotStatus
public enum class ApplyScopeSnapshotStatus
type ApplyScopeSnapshotStatus
Public Enumeration ApplyScopeSnapshotStatus

Members

Member name Description
Completed

Specifies a state that has successfully completed.

Failed

Specifies a state that has failed.

NotStarted

Specifies a state that has not started.

Started

Specifies a state that has started.

See Also

Microsoft.Workflow.Client Namespace

Return to top