public void ThreadRemove(VMThread thread)
 {
     /** Stop updating a thread **/
     VM.ThreadRemove(thread);
 }