Skip to content
Mark Taylor edited this page Jan 9, 2014 · 2 revisions

runOnce();

Method allows the background service logic (doWork) to be run once from the Java background service code. This method is provided to allow the background service logic to be run outside of the standard timer logic. Note that there is also a JavaScript [runOnce] (runOnce) which also provides the same functionality, but from within HTML/ Javascript front-end.

Clone this wiki locally