Get desktop application:
View/edit binary Protocol Buffers messages
Start a command and immediately return its ID. Be sure to call Wait or Stop to reap the command, else the agent will effectively leak memory by holding unreaped commands. A command is considered running until reaped.
Wait for a command to complete or be stopped, reap it, and return its final status.
Get the status of a command if it hasn't been reaped by calling Wait or Stop.
Stop then reap a command by sending it a SIGTERM signal.
Return a list of all running (not reaped) commands by ID.
Used as request type in: RCEAgent.Running
Used as response type in: RCEAgent.Stop
(message has no fields)
Used as request type in: RCEAgent.GetStatus, RCEAgent.Stop, RCEAgent.Wait
Used as response type in: RCEAgent.Running, RCEAgent.Start
Used in:
Used as response type in: RCEAgent.GetStatus, RCEAgent.Wait