Microsoft.JScript.Vsa.VsaEngine.Interrupt C# (CSharp) Method

Interrupt() private method

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