command "remoteterminatejobmanager", wshserver.RemoteTerminateJobManagerCommand
(w *wshutil.WshRpc, data wshrpc.CommandRemoteTerminateJobManagerData, opts *wshrpc.RpcOpts)
| 784 | |
| 785 | // command "remoteterminatejobmanager", wshserver.RemoteTerminateJobManagerCommand |
| 786 | func RemoteTerminateJobManagerCommand(w *wshutil.WshRpc, data wshrpc.CommandRemoteTerminateJobManagerData, opts *wshrpc.RpcOpts) error { |
| 787 | _, err := sendRpcRequestCallHelper[any](w, "remoteterminatejobmanager", data, opts) |
| 788 | return err |
| 789 | } |
| 790 | |
| 791 | // command "remotewritefile", wshserver.RemoteWriteFileCommand |
| 792 | func RemoteWriteFileCommand(w *wshutil.WshRpc, data wshrpc.FileData, opts *wshrpc.RpcOpts) error { |
no outgoing calls
no test coverage detected