Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Enters the JsManager.
The JsManager is the connecting part between a checklist and Checkware / the Checkware App. It has a couple of functions to facilitate data transfer and to include new functionality in the checklists. Therefore, the number of functions is continuily increasing.

The JsManager is available for usage after the Checklist has finished initializing. All Calls to it and its functionalities must happen after that. The self.Initialized(){ ... }  call be used to that end.

Main workflow

The main workflow is rather simple:

...