언어

ScriptTask.SuspendExecution 메서드

정의

실행 파일이 실행을 중단해야 함을 나타냅니다. 이 방법은 런타임 엔진에서 호출됩니다.

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

구현

설명

이 메서드는 코드에서 사용되지 않습니다. 브레이크포인트가 발생하면 런타임에 호출됩니다.

적용 대상