MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / JobCmdExitedCommand

Function JobCmdExitedCommand

pkg/wshrpc/wshclient/wshclient.go:512–515  ·  view source on GitHub ↗

command "jobcmdexited", wshserver.JobCmdExitedCommand

(w *wshutil.WshRpc, data wshrpc.CommandJobCmdExitedData, opts *wshrpc.RpcOpts)

Source from the content-addressed store, hash-verified

510
511// command "jobcmdexited", wshserver.JobCmdExitedCommand
512func 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
518func JobControllerAttachJobCommand(w *wshutil.WshRpc, data wshrpc.CommandJobControllerAttachJobData, opts *wshrpc.RpcOpts) error {

Callers 1

sendJobExitedMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected