
set_leash(?Ports, +Leash)

   Currently not supported.



Arguments
   Ports               Atom, list of atoms, or variable.
   Leash               Atom.

Type
   Debugging

Description
   Sets the port specified by Port to the leash mode Leash.
   Currently not supported.




Modes and Determinism
   set_leash(?, +) is det

Exceptions
     4 --- Leash is not instantiated.
     5 --- Ports is instantiated, but not to an atom or a list of    atoms.
     5 --- Ports is instantiated to an atom or list of atoms, but the    atoms are not all valid ports.
     5 --- Leash is instantiated, but not to an atom.
     5 --- Ports is instantiated to an atom, but not to one of the    leashing modes.

Examples
   




See Also
   get_leash / 2
