StopTimer Syntax StopTimer(int id, int logIt); int id The ID of the timer you want to stop. int logIt 0 – Do not log elapsed time. 1 – Log elapsed time. 2 – Log elapsed time and write to file. Description Stops the specified timer in the StreamServer, and if required displays the elapsed time in the log and/or writes it to a file. For information about starting a timer, see StartTimer. Example StopTimer(0, 1);
StopTimer(int id, int logIt);
int id
int logIt
StopTimer(0, 1);