nextupprevious
Next:UPDATE updates messages fields Up:PROCEDURESPrevious:TRANS transfers a message

UNTRACE stops the tracing

Syntax:
    UNTRACE;
It is used to stop the trace mode that displays a detailed account of the events process, messages movements, FEL evolution, etc., useful for debugging.

 This procedure can be used in nodes of any type. It has not effect if used in the INIT.

It must not be executed if the system is displaying a graphic.

 Example:

  IF TIME > 2000 THEN UNTRACE;
Tracing mode is suppressed after the time 2000.
 


domingo c

Mon Mar 20 17:37:52 PST 2000