TaskHostClass.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입니다.

구현

적용 대상