Ler em inglês

Compartilhar via


WorkflowRuntimeServiceState Enumeração

Definição

Cuidado

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

Especifica o estado do 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
Herança
WorkflowRuntimeServiceState
Atributos

Campos

Nome Valor Description
Started 2

Indica que o WorkflowRuntimeService foi iniciado.

Starting 1

Indica que o WorkflowRuntimeService está sendo iniciado. Start() altera o estado do WorkflowRuntimeService para Starting.

Stopped 0

Indica que o WorkflowRuntimeService foi interrompido.

Stopping 3

Indica que o WorkflowRuntimeService está sendo interrompido. Stop() altera o estado do WorkflowRuntimeService para Stopping.

Comentários

Observação

Este material discute tipos e namespaces obsoletos. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5 (Tipos preteridos no Windows Workflow Foundation 4.5).

Aplica-se a

Produto Versões (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)