This documentation is archived and is not being maintained.
TrackingWorkflowEvent Enumeration
Visual Studio 2008
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, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: