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

NameTypeDescription
engineStringEngine or Engine Pool Name

Returns

TypeDescription
boolean

Cautions

none

Example

boolean status = Analytics.Engine.isEngineRunning("engine1");