CAPL Script

CompleteStop

Syntax

void CompleteStop ()

Function

Indicates completion of pre-stop actions carried out in a certain node after a measurement stop has been deferred byDeferStop.

Parameters

Return Values

on preStop{message ShutdownReq m;output(m);DeferStop(1000);  // measurement is stopped if ACK has not// yet been received after one second}on message ShutdownAck{CompleteStop();}