ScriptTask.SuspendExecution 메서드

정의

실행 파일의 실행을 일시 중지해야 함을 나타냅니다. 이 메서드는 런타임 엔진을 통해 호출됩니다.

public:
 virtual void SuspendExecution();
public void SuspendExecution ();
abstract member SuspendExecution : unit -> unit
override this.SuspendExecution : unit -> unit
Public Sub SuspendExecution ()

구현

설명

이 메서드는 코드에서 사용되지 않습니다. 중단점이 발견되면 런타임에서 호출합니다.

적용 대상