command "jobinput", wshserver.JobInputCommand
(w *wshutil.WshRpc, data wshrpc.CommandJobInputData, opts *wshrpc.RpcOpts)
| 582 | |
| 583 | // command "jobinput", wshserver.JobInputCommand |
| 584 | func JobInputCommand(w *wshutil.WshRpc, data wshrpc.CommandJobInputData, opts *wshrpc.RpcOpts) error { |
| 585 | _, err := sendRpcRequestCallHelper[any](w, "jobinput", data, opts) |
| 586 | return err |
| 587 | } |
| 588 | |
| 589 | // command "jobprepareconnect", wshserver.JobPrepareConnectCommand |
| 590 | func JobPrepareConnectCommand(w *wshutil.WshRpc, data wshrpc.CommandJobPrepareConnectData, opts *wshrpc.RpcOpts) (*wshrpc.CommandJobConnectRtnData, error) { |