public virtual voidStart(
boolbackgroundThread = false
)
Summary
Schedules the periodic activity to start occurring. This method may only be called once.
Parameters
bool
backgroundThread
By default (false) the class will use a foreground thread, preventing application shutdown until the thread has terminated. If true, a background thread will be created instead.