Microsoft.JScript.Vsa.VsaEngine.Interrupt C# (CSharp) 메소드

Interrupt() 개인적인 메소드

private Interrupt ( ) : void
리턴 void
      public void Interrupt(){
        if (this.runningThread != null){
          this.runningThread.Abort();    
          this.runningThread = null;
        }
      }