?TACL MACRO
[#if [#processexists $TLOG]
   |then| stop $TLOG
          #delay 100
   |else| #output TACL Logger task $TLOG is not running.
]
[#if [#processexists $TLOG]
   |then| #output *ERROR* Unable to stop process $TLOG
]
