This documentation is archived and is not being maintained.
TrackingWorkflowEvent Enumeration
Visual Studio 2010
Specifies a type of workflow status event.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
| 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.
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.
Show: