Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Note
titleNote

To exit UDM using _execrc based on the _halton value, use script similar to the following example.


Panel

Html bobswift

<pre>
exec cmd ...
if $(_execrc) GE $(_halton)
   set _rc=$(_execrc)
   exit
end
</pre>