command "jobcmdexited", wshserver.JobCmdExitedCommand
(w *wshutil.WshRpc, data wshrpc.CommandJobCmdExitedData, opts *wshrpc.RpcOpts)
| 510 | |
| 511 | // command "jobcmdexited", wshserver.JobCmdExitedCommand |
| 512 | func JobCmdExitedCommand(w *wshutil.WshRpc, data wshrpc.CommandJobCmdExitedData, opts *wshrpc.RpcOpts) error { |
| 513 | _, err := sendRpcRequestCallHelper[any](w, "jobcmdexited", data, opts) |
| 514 | return err |
| 515 | } |
| 516 | |
| 517 | // command "jobcontrollerattachjob", wshserver.JobControllerAttachJobCommand |
| 518 | func JobControllerAttachJobCommand(w *wshutil.WshRpc, data wshrpc.CommandJobControllerAttachJobData, opts *wshrpc.RpcOpts) error { |