Show / Hide Table of Contents

Class ActivityStates

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

Fields

Canceled

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

Closed

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

Executing

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

Faulted

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

Back to top Generated by DocFX