stopSubEngine
Syntax
stopSubEngine()
Details
To stop event processing operations within a specific sub-engine, you can call
stopSubEngine() in any of its monitor instances.
Before the sub-engine is stopped, the following actions occur:
-
If there are spawned monitor instances, the engine will invoke the
onDestroy()function defined in those spawned monitor instances first. -
The engine executes all
onunload()functions (if defined) declared in the monitor instance.
Parameters
None
