command "remotestartjob", wshserver.RemoteStartJobCommand
(w *wshutil.WshRpc, data wshrpc.CommandRemoteStartJobData, opts *wshrpc.RpcOpts)
| 773 | |
| 774 | // command "remotestartjob", wshserver.RemoteStartJobCommand |
| 775 | func RemoteStartJobCommand(w *wshutil.WshRpc, data wshrpc.CommandRemoteStartJobData, opts *wshrpc.RpcOpts) (*wshrpc.CommandStartJobRtnData, error) { |
| 776 | resp, err := sendRpcRequestCallHelper[*wshrpc.CommandStartJobRtnData](w, "remotestartjob", data, opts) |
| 777 | return resp, err |
| 778 | } |
| 779 | |
| 780 | // command "remotestreamcpudata", wshserver.RemoteStreamCpuDataCommand |
| 781 | func RemoteStreamCpuDataCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) chan wshrpc.RespOrErrorUnion[wshrpc.TimeSeriesData] { |
no test coverage detected