Reset() public method

public Reset ( ) : void
return void
 public void Close(bool fullShutdown)
 {
     IncrementLastPlayed();
     active_engine.Reset();
     active_engine.Close(fullShutdown);
 }