File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13867,7 +13867,8 @@ Returns a list of currently active timers for a window
1386713867### timer_start
1386813868
1386913869Starts a timer that gnerates Timer Events. The default is to repeat the timer events until timer is stopped.
13870- You can provide your own key or a default key will be used.
13870+ You can provide your own key or a default key will be used. The default key is defined
13871+ with the constants EVENT_TIMER or TIMER_KEY. They both equal the same value.
1387113872The values dictionary will contain the timer ID that is returned from this function.
1387213873
1387313874```
Original file line number Diff line number Diff line change @@ -13867,7 +13867,8 @@ Returns a list of currently active timers for a window
1386713867### timer_start
1386813868
1386913869Starts a timer that gnerates Timer Events. The default is to repeat the timer events until timer is stopped.
13870- You can provide your own key or a default key will be used.
13870+ You can provide your own key or a default key will be used. The default key is defined
13871+ with the constants EVENT_TIMER or TIMER_KEY. They both equal the same value.
1387113872The values dictionary will contain the timer ID that is returned from this function.
1387213873
1387313874```
You can’t perform that action at this time.
0 commit comments