WorkflowRuntimeServiceState Enumeration

Definition

Achtung

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

Gibt den Status des WorkflowRuntimeServicean.

public enum class WorkflowRuntimeServiceState
public enum WorkflowRuntimeServiceState
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum WorkflowRuntimeServiceState
type WorkflowRuntimeServiceState = 
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowRuntimeServiceState = 
Public Enum WorkflowRuntimeServiceState
Vererbung
WorkflowRuntimeServiceState
Attribute

Felder

Name Wert Beschreibung
Stopped 0

Gibt an, dass der WorkflowRuntimeService Vorgang beendet wurde.

Starting 1

Gibt an, dass der WorkflowRuntimeService Start erfolgt. Start()ändert den Zustand des In WorkflowRuntimeService-Starting

Started 2

Gibt an, dass die WorkflowRuntimeService App gestartet wurde.

Stopping 3

Gibt an, dass der WorkflowRuntimeService Vorgang beendet wird. Stop()ändert den Zustand des In WorkflowRuntimeService-Stopping

Hinweise

Note

In diesem Material werden Typen und Namespaces erläutert, die veraltet sind. Weitere Informationen finden Sie unter Deprecated Types in Windows Workflow Foundation 4.5.

Gilt für: