qie.stopDestinationNode¶ Signature: qie.stopDestinationNode(endpointId) Returns: void Stop destination node by endpoint ID. Parameters¶ Type Name Description Default String endpointId the destination endpoint ID Example¶ if (qie.isDestinationNodeRunning('endpointId')) { qie.stopDestinationNode('endpointId'); }