Show / Hide Table of Contents

Class WorkflowInstanceStates

Inheritance
System.Object
WorkflowInstanceStates
Namespace: System.Activities.Tracking
Assembly: System.Activities.dll
Syntax
public static class WorkflowInstanceStates : Object

Fields

Aborted

Declaration
public const string Aborted = "Aborted"
Field Value
System.String

Canceled

Declaration
public const string Canceled = "Canceled"
Field Value
System.String

Completed

Declaration
public const string Completed = "Completed"
Field Value
System.String

Deleted

Declaration
public const string Deleted = "Deleted"
Field Value
System.String

Idle

Declaration
public const string Idle = "Idle"
Field Value
System.String

Persisted

Declaration
public const string Persisted = "Persisted"
Field Value
System.String

Resumed

Declaration
public const string Resumed = "Resumed"
Field Value
System.String

Started

Declaration
public const string Started = "Started"
Field Value
System.String

Suspended

Declaration
public const string Suspended = "Suspended"
Field Value
System.String

Terminated

Declaration
public const string Terminated = "Terminated"
Field Value
System.String

UnhandledException

Declaration
public const string UnhandledException = "UnhandledException"
Field Value
System.String

Unloaded

Declaration
public const string Unloaded = "Unloaded"
Field Value
System.String

Unsuspended

Declaration
public const string Unsuspended = "Unsuspended"
Field Value
System.String

Updated

Declaration
public const string Updated = "Updated"
Field Value
System.String

UpdateFailed

Declaration
public const string UpdateFailed = "UpdateFailed"
Field Value
System.String

Back to top Generated by DocFX