
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.




Resatisfiable
      Yes.

Fail Conditions
      None



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
