Method: Rex::Post::Thread#terminate

Defined in:
lib/rex/post/thread.rb

#terminateObject

Terminate the remote thread.



31
32
33
# File 'lib/rex/post/thread.rb', line 31

def terminate
  raise NotImplementedError
end