ForEachLoopClass.SuspendRequired 속성

정의

중단점이 발생할 때 작업을 일시 중단해야 하는지 여부를 나타내는 부울 값을 가져오거나 설정합니다. 이 값은 중단점에 도달할 때 태스크 및 컨테이너의 런타임 엔진에서 설정됩니다.

public:
 virtual property bool SuspendRequired { bool get(); void set(bool value); };
public virtual bool SuspendRequired { get; set; }
member this.SuspendRequired : bool with get, set
Public Overridable Property SuspendRequired As Boolean

속성 값

중단점이 발견되면 작업이 일시 중단되면 true입니다. 중단점을 무시하면 false입니다.

구현

적용 대상