Class: timer
Start timer object
start(t)
starts the timer object, t
.
If t
is an array of timer objects, start
starts
all the timers.
The start
method sets the Running
property
of the timer object to 'on'
, executes the StartFcn
callback,
and initiates TimerFcn
callback .
|
Object of class |