Library /sys$common/syshlp/tpuhelp.hlb
LEARN_ABORT

 *Conan The Librarian (sorry for the slow response - running on an old VAX)

  LEARN_ABORT

     Causes a learn sequence being replayed to stop.

  Syntax

     [integer] := LEARN_ABORT

  Parameters

     None

  Comments

     The integer returned indicates whether a learn sequence was aborted.
     The built-in returns 1 if a learn sequence was being replayed, 0
     otherwise.

  Example

     In the following error handler, if an error occurs, any executing learn
     sequences are aborted.

     ON_ERROR
         MESSAGE ("Aborting command because of error.");
         LEARN_ABORT;
         ABORT;
     ENDON_ERROR;

  Related Topics

     ABORT
  Close     HLB-list     TLB-list     Help  

[legal] [privacy] [GNU] [policy] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.