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.

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
Herencia
WorkflowRuntimeServiceState
Atributos

Campos

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