Skip to content

Initialiselatestresult

Mark Taylor edited this page Jan 4, 2014 · 1 revision
@Override
protected JSONObject initialiseLatestResult() {
   ...
}

Method is used to allow you to initialize the result. This allows for your background service to set results that will be returned to the HTML/ Javascript Front-End in the [Returned JSON] (Returned-JSON) before [doWork] (doWork) has had run (and thus set the result).


Also see

  • [Returned JSON] (Returned-JSON)
  • [doWork] (doWork)
Clone this wiki locally