Terminal Connectivity check

How to check whether terminal connection is still alive or not ?
tried this condition terminalSession is Nothing not working

Hi Dushyanth,

Try with terminalSession.Connected which returns a boolean value.

4 Likes