You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.