This topic has not yet been rated - Rate this topic

TrackingWorkflowEvent Enumeration

Specifies a type of workflow status event.

Namespace:  System.Workflow.Runtime.Tracking
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)
[SerializableAttribute]
public enum TrackingWorkflowEvent
Member name Description
Created The workflow instance has been created.
Completed The workflow instance has completed.
Idle The workflow instance is idle.
Suspended The workflow instance has been suspended.
Resumed A previously suspended workflow instance has resumed running.
Persisted The workflow instance has been persisted.
Unloaded The workflow instance has been unloaded from memory.
Loaded The workflow instance has been loaded into memory.
Exception An unhandled exception has occurred.
Terminated The workflow instance has been terminated.
Aborted The workflow instance has aborted.
Changed A workflow change has occurred on the workflow instance.
Started The workflow instance has been started.

A workflow instance can pass through several states during the course of its execution. For example, a workflow instance may become idle, or it may be suspended. Every time the workflow instance changes state, it emits a workflow status event to the runtime tracking infrastructure. TrackingWorkflowEvent enumerates the possible types of workflow status event.

.NET Framework

Supported in: 4, 3.5, 3.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ