CaptureScopeSnapshotStatus Enumeration
Enumerates the status values for capture scope snapshot.
Namespace: Microsoft.Workflow.Client
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
Syntax
public enum CaptureScopeSnapshotStatus
public enum class CaptureScopeSnapshotStatus
type CaptureScopeSnapshotStatus
Public Enumeration CaptureScopeSnapshotStatus
Members
Member name | Description | |
---|---|---|
Completed | Specifies a status that has completed. |
|
Failed | Specifies a status that has failed. |
|
Started | Specifies a status that has started. |
See Also
Microsoft.Workflow.Client Namespace
Return to top