TrackingWorkflowEvent 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
指定工作流状态事件的类型。
public enum class TrackingWorkflowEvent
[System.Serializable]
public enum TrackingWorkflowEvent
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public enum TrackingWorkflowEvent
[<System.Serializable>]
type TrackingWorkflowEvent =
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type TrackingWorkflowEvent =
Public Enum TrackingWorkflowEvent
- 继承
- 属性
字段
Aborted | 10 | 工作流实例已中止。 |
Changed | 11 | 工作流实例上发生了工作流更改。 |
Completed | 1 | 工作流实例已完成。 |
Created | 0 | 已创建工作流实例。 |
Exception | 8 | 发生了未经处理的异常。 |
Idle | 2 | 工作流实例处于空闲状态。 |
Loaded | 7 | 已将工作流实例加载到内存中。 |
Persisted | 5 | 已保留工作流实例。 |
Resumed | 4 | 先前挂起的工作流实例已继续运行。 |
Started | 12 | 工作流实例已启动。 |
Suspended | 3 | 工作流实例已挂起。 |
Terminated | 9 | 工作流实例已终止。 |
Unloaded | 6 | 已从内存中卸载了工作流实例。 |
注解
备注
本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。
工作流实例在其执行过程中可能会经过若干状态。 例如,工作流实例可能会变为空闲状态,或可能被挂起。 工作流实例每次更改状态时都会向运行时跟踪基础结构发出一个工作流状态事件。 TrackingWorkflowEvent 将枚举工作流状态事件可能的类型。