tryBind
Initialize a Tty instance to the interactive terminal for this application. Only a single Tty instance can be bound at a time. Subsequent calls will throw an exception until Tty.close is called. Returns null
if no TTY is available for this process.
Throws
If an error occurred binding to the TTY.
If another instance is already bound.