
get_leash(?Port, -Leash)

   Currently not supported.



Arguments
   Port                Atom or variable.
   Leash               Atom or variable.

Type
   Debugging

Description
   Unifies Leash with the leashing mode of the port or ports specified by
   Port.  Currently not supported.




Modes and Determinism
   get_leash(+, -) is det
   get_leash(-, -) is multi

Exceptions
     5 --- Port is instantiated, but not to an atom.
     5 --- Port is instantiated to an atom, but not to one of the valid    ports.
     5 --- Leash is instantiated, but not to an atom.

Examples
   




See Also
   set_leash / 2, get_flag / 3, set_flag / 3
