WorkflowRuntimeEventArgs.IsStarted 속성

정의

워크플로 런타임 엔진이 실행 중인지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsStarted { bool get(); };
public bool IsStarted { get; }
member this.IsStarted : bool
Public ReadOnly Property IsStarted As Boolean

속성 값

워크플로 런타임 엔진이 실행 중이면 true이고, 그렇지 않으면 false입니다.

설명

IsStartedtrue 이벤트의 경우 WorkflowRuntime.Started이고 WorkflowRuntime.Stopped 이벤트의 경우 false입니다.

적용 대상