[ library(remote_tools) | Reference Manual | Alphabetic Index ]
attached(?ControlStream)
Checks if remote tools are currently attached or not.
- ControlStream
- control stream (stream name or variable)
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.