WorkflowRuntimeServiceState Enum

Definition

Varning

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

Anger tillståndet för WorkflowRuntimeService.

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
Arv
WorkflowRuntimeServiceState
Attribut

Fält

Name Värde Description
Stopped 0

Anger att WorkflowRuntimeService har stoppats.

Starting 1

Anger att WorkflowRuntimeService startar. Start() ändrar tillståndet för WorkflowRuntimeService till Starting.

Started 2

Anger att WorkflowRuntimeService har startat.

Stopping 3

Anger att håller på att WorkflowRuntimeService stoppas. Stop() ändrar tillståndet för WorkflowRuntimeService till Stopping.

Kommentarer

Note

I det här materialet diskuteras typer och namnområden som är föråldrade. Mer information finns i Deprecated Types in Windows Workflow Foundation 4.5.

Gäller för