Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleNote

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


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

...