Skip to content

qie.isDestinationNodeRunning

Signature: qie.isDestinationNodeRunning(endpointId)

Returns: Boolean isRunning - true if the destination node is running

Check the destination node to see if it is running.

Parameters

Type Name Description Default
String endpointId the destination endpoint ID

Example

if (!qie.isDestinationNodeRunning('endpointId')) {
   qie.startDestinationNode('endpointId');
}