Analytics.TERR.Engine.interrupt()

Signature

void interrupt(String engine)

Domain

ACTION

Description

interrupt the given engine

Parameters

NameTypeDescription
engineStringEngine or Engine Pool Name

Returns

TypeDescription
void

Cautions

If the interrupt method is called while the TERR engine is executing an expression, this execution is interrupted. If engine pool name is passed as a parameter, the execution will be interrupted in the Terr engine assigned to the thread invoking this function.

Example

Analytics.Engine.interrupt("engine1");