With a command message it is possible to send a command to a CashDesk client.
This can be used when you need, for example, to (re)start TeamViewer remotely.


command

Field Type Required Description
token guid false Unique identifier
taskToken guid false Reference to the Unit of Work
commandType int true Specifies the type of command. Defined in the enum list found here
machineName string false Name of the machine the command has to execute. If no machine name is specified, all machines will execute this command.

command > commandArguments

Field Type Required Description
paramsForCommand string false Here you can give the parameters needed to execute a command.
commandArgument string false This is the message that comes along with the argument.
returnMailAddress string false After the command was executed, an email will be sent giving back feedback about the execution
click to enlarge graphical representation


Samples
Restart software command