Afficher en anglais

Partage via


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 de la classe WorkflowRuntimeService.

C#
public enum WorkflowRuntimeServiceState
C#
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum WorkflowRuntimeServiceState
Héritage
WorkflowRuntimeServiceState
Attributs

Champs

Nom Valeur Description
Started 2

Indique que le WorkflowRuntimeService a démarré.

Starting 1

Indique que le WorkflowRuntimeService démarre. Start() modifie l'état du WorkflowRuntimeService en Starting.

Stopped 0

Indique que le WorkflowRuntimeService s'est arrêté.

Stopping 3

Indique que le WorkflowRuntimeService s'arrête. Stop() modifie l'état du WorkflowRuntimeService en Stopping.

Remarques

Remarque

Ce document décrit les types et les espaces de noms qui sont obsolètes. Pour plus d’informations, consultez Types dépréciés dans Windows Workflow Foundation 4.5.

S’applique à

Produit Versions (Obsolète)
.NET Framework 3.0, 3.5, 4.0 (4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)