Checks if a given EngineName is registered in TheThingRegistry and
Started (InitEngineAssets() was completed and Engine HasLiveObject==true)
Namespace:
nsCDEngine.Engines.ThingService
Assembly:
C-DEngine (in C-DEngine.dll)
public static bool IsEngineStarted(
string pEngineName,
bool AllowRemoteEngine
)
Public Shared Function IsEngineStarted ( _
pEngineName As String, _
AllowRemoteEngine As Boolean _
) As Boolean
public:
static bool^ IsEngineStarted(
String^ pEngineName,
bool^ AllowRemoteEngine
)
Parameters
- pEngineName
- Type: String
EngineName of the engine to be found.
- AllowRemoteEngine
- Type: Boolean
If set, results include engines on other nodes.
Return Value