Example #1
0
 /**
  * Runs the tracker's startup checks.
  *
  * @return "StartupChecks started.\n"
  * @throws TrackerException thrown if not connected
  */
 String startupChecks() throws TrackerException {
   isConnected();
   trk.startApplicationFrame("StartupChecks", "");
   return "StartupChecks started.\n";
 }