Analytics.Engine.isEngineRunning()
Signature
boolean isEngineRunning(String engine)
Domain
ACTION, CONDITION, QUERY
Description
returns true if the engine is ON or false when it is OFF. If engine pool name is passed as a parameter, the status will be returned from Terr engine assigned to the thread invoking this function.
Parameters
Name | Type | Description |
engine | String | Engine or Engine Pool Name |
Example
boolean status = Analytics.Engine.isEngineRunning("engine1");