public virtual RealtimeProcess Interrupt()
 {
     timer.Stop();
     return(this);
 }