Method: Rex::Post::UI#idle_time
- Defined in:
- lib/rex/post/ui.rb
#idle_time ⇒ Object
This method gets the number of seconds the user has been idle from input on the remote machine.
46 47 48 |
# File 'lib/rex/post/ui.rb', line 46 def idle_time raise NotImplementedError end |