We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b326682 commit e8c239dCopy full SHA for e8c239d
lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/sys.rb
@@ -737,7 +737,7 @@ def cmd_shutdown(*args)
737
# Suspends or resumes a list of one or more pids
738
# args can optionally be -c to continue on error or -r to resume instead of suspend,
739
# followed by a list of one or more valid pids
740
- # TODO: A suspend which will accept process names, much of that code is done
+ # @todo A suspend which will accept process names, much of that code is done (kernelsmith)
741
#
742
# @param args [Array] List of one of more pids
743
# @return [Boolean] Returns true if command was successful, else false
0 commit comments