command "jobstartstream", wshserver.JobStartStreamCommand
(w *wshutil.WshRpc, data wshrpc.CommandJobStartStreamData, opts *wshrpc.RpcOpts)
| 594 | |
| 595 | // command "jobstartstream", wshserver.JobStartStreamCommand |
| 596 | func JobStartStreamCommand(w *wshutil.WshRpc, data wshrpc.CommandJobStartStreamData, opts *wshrpc.RpcOpts) error { |
| 597 | _, err := sendRpcRequestCallHelper[any](w, "jobstartstream", data, opts) |
| 598 | return err |
| 599 | } |
| 600 | |
| 601 | // command "listallappfiles", wshserver.ListAllAppFilesCommand |
| 602 | func ListAllAppFilesCommand(w *wshutil.WshRpc, data wshrpc.CommandListAllAppFilesData, opts *wshrpc.RpcOpts) (*wshrpc.CommandListAllAppFilesRtnData, error) { |