WorkflowStatus Enumeráció

Definíció

Figyelemfelhívás

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Egy munkafolyamat-példány állapotát adja meg.

public enum class WorkflowStatus
public enum WorkflowStatus
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum WorkflowStatus
type WorkflowStatus = 
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowStatus = 
Public Enum WorkflowStatus
Öröklődés
WorkflowStatus
Attribútumok

Mezők

Name Érték Description
Running 0

A munkafolyamat-példány fut.

Completed 1

A munkafolyamat-példány befejeződött.

Suspended 2

A munkafolyamat-példányt egy SuspendActivity tevékenység, a munkafolyamat-futtatókörnyezeti motor hívása Suspend(String)vagy a munkafolyamat-futtatókörnyezeti motor felfüggesztette.

Terminated 3

A munkafolyamat-példányt egy TerminateActivity tevékenység, egy hívás Terminate(String)vagy a munkafolyamat futtatókörnyezeti motorja leállt.

Created 4

A munkafolyamat-példányt az egyik túlterhelt CreateWorkflow(Type) metódus hívása hozta létre.

Megjegyzések

Note

Ez az anyag az elavult típusokat és névtereket ismerteti. További információ: Deprecated Types in Windows Workflow Foundation 4.5.

A következőre érvényes: