Share via


ScopeStatus Enumeration

 

Enum representing a status of a Scope.

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

Syntax

public enum ScopeStatus
public enum class ScopeStatus
type ScopeStatus
Public Enumeration ScopeStatus

Members

Member name Description
Active

Scope is Active.

Resuming

Scope is resuming after being suspended.

Suspended

Scope is suspended.

Suspending

Scope is suspending.

Unknown

Scope is in unknown status.

Unregistered

Scope is deleted and is waiting to be purged.

Unregistering

Scope is being deleted.

See Also

Microsoft.Workflow.Client Namespace

Return to top