WorkflowRuntimeServiceState Enumeração
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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
- 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.