
attached(?ControlStream)

   Checks if remote tools are currently attached or not.

Arguments
   ControlStream       control stream (stream name or variable)

Type
   library(remote_tools)

Description

	Checks if the remote development tools have been attached to this 
        ECLiPSe session or not. If attached, the predicate succeeds and 
        returns the stream name of the control stream. If not attached, the
        predicate fails.

Fail Conditions
   Remote tools are not currently attached.


