WorkflowRuntimeServiceState Enumeração

Definição

Atenção

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

Name Valor Description
Stopped 0

Indica que parou WorkflowRuntimeService .

Starting 1

Indica que está WorkflowRuntimeService a começar. Start() altera o estado do WorkflowRuntimeService para Starting.

Started 2

Indica que já começou WorkflowRuntimeService .

Stopping 3

Indica que está WorkflowRuntimeService a parar. Stop() altera o estado do WorkflowRuntimeService para Stopping.

Observações

Note

Este material discute tipos e namespaces que estão obsoletos. Para mais informações, consulte Tipos Descontinuados no Windows Workflow Foundation 4.5.

Aplica-se a