WorkflowRuntimeServiceState 열거형

정의

주의

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

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
상속
WorkflowRuntimeServiceState
특성

필드

Name Description
Stopped 0

중지되었음을 WorkflowRuntimeService 나타냅니다.

Starting 1

시작 중 WorkflowRuntimeService 임을 나타냅니다. Start() 의 상태를 WorkflowRuntimeService 변경합니다 Starting.

Started 2

시작되었음을 WorkflowRuntimeService 나타냅니다.

Stopping 3

중지 중 WorkflowRuntimeService 임을 나타냅니다. Stop() 의 상태를 WorkflowRuntimeService 변경합니다 Stopping.

설명

메모

이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은 Windows Workflow Foundation 4.5 참조하세요.

적용 대상