Analytics.Engine.interrupt()
Signature
void interrupt(String engine)
Description
interrupt the given engine
Parameters
Name | Type | Description |
engine | String | Engine Name |
Cautions
If the interrupt method is called while the TERR engine is executing an expression, this execution is interrupted
Example
Analytics.Engine.interrupt("engine1");