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.

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
Herança
WorkflowRuntimeServiceState
Atributos

Campos

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