I know you already replied to this thread, but in it you can see that they’re using a PostableCommand
. A PostableCommand
is a command that does not exist in the API and has to be run through the UI. You can use the API to initiate a PostableCommand
in the UI, but you cannot pass it parameters or automate its execution. You would have to execute the rest of the command manually.