TrackingWorkflowEvent Enumeration
.NET Framework 3.0
Specifies a type of workflow status event.
Namespace: System.Workflow.Runtime.Tracking
Assembly: System.Workflow.Runtime (in system.workflow.runtime.dll)
Assembly: System.Workflow.Runtime (in system.workflow.runtime.dll)
| Member name | Description | |
|---|---|---|
| Aborted | The workflow instance has aborted. | |
| Changed | A workflow change has occurred on the workflow instance. | |
| Completed | The workflow instance has completed. | |
| Created | The workflow instance has been created. | |
| Exception | An unhandled exception has occurred. | |
| Idle | The workflow instance is idle. | |
| Loaded | The workflow instance has been loaded into memory. | |
| Persisted | The workflow instance has been persisted. | |
| Resumed | A previously suspended workflow instance has resumed running. | |
| Started | The workflow instance has been started. | |
| Suspended | The workflow instance has been suspended. | |
| Terminated | The workflow instance has been terminated. | |
| Unloaded | The workflow instance has been unloaded from memory. |
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 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: