WorkflowRuntimeServiceState Énumération

Définition

Attention

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

Spécifie l’état du 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
Héritage
WorkflowRuntimeServiceState
Attributs

Champs

Nom Valeur Description
Stopped 0

Indique que le fichier WorkflowRuntimeService s’est arrêté.

Starting 1

Indique que le WorkflowRuntimeService démarrage est en cours. Start() modifie l’état de la valeur WorkflowRuntimeServiceStarting.

Started 2

Indique que le WorkflowRuntimeService démarrage a commencé.

Stopping 3

Indique que l’arrêt WorkflowRuntimeService est arrêté. Stop() modifie l’état de la valeur WorkflowRuntimeServiceStopping.

Remarques

Note

Ce matériel traite des types et des espaces de noms obsolètes. Pour plus d’informations, consultez Deprecated Types dans Windows Workflow Foundation 4.5.

S’applique à