Ler en inglés

Compartir por


WorkflowRuntimeServiceState Enumeración

Definición

Precaución

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

Especifica el estado de 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
Herencia
WorkflowRuntimeServiceState
Atributos

Campos

Nombre Valor Description
Started 2

Indica que WorkflowRuntimeService se ha iniciado.

Starting 1

Indica que WorkflowRuntimeService está comenzando. Start() cambia el estado de WorkflowRuntimeService a Starting.

Stopped 0

Indica que WorkflowRuntimeService se ha detenido.

Stopping 3

Indica que WorkflowRuntimeService se está deteniendo. Stop() cambia el estado de WorkflowRuntimeService a Stopping.

Comentarios

Nota

En esta documentación se describen los tipos y espacios de nombres que están obsoletos. Para obtener más información, vea Tipos en desuso en Windows Workflow Foundation 4.5.

Se aplica a

Produto Versións (Obsoleto)
.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)