Expand description
provides functionalities for commands to be executed by the system, such as when the application starts or after the application updates.
Structsยง
- Dispatch
- Dispatch is a command to be executed by the system. This is returned at the init function of a component and is executed right after instantiation of that component. Dispatch required a DSP object which is the Program as an argument The emit function is called with the program argument. The callback is supplied with the program an is then executed/emitted.