StartTimer Syntax StartTimer(int id); int id The ID of the timer. Each job can have a maximum of 10 timers (0-9). Description Starts a timer in the StreamServer to measure processing time. Use the StopTimer script function to stop the timer, see StopTimer. Example StartTimer (0)
StartTimer(int id);
int id
StartTimer (0)