command "notify", wshserver.NotifyCommand
(w *wshutil.WshRpc, data wshrpc.WaveNotificationOptions, opts *wshrpc.RpcOpts)
| 642 | |
| 643 | // command "notify", wshserver.NotifyCommand |
| 644 | func NotifyCommand(w *wshutil.WshRpc, data wshrpc.WaveNotificationOptions, opts *wshrpc.RpcOpts) error { |
| 645 | _, err := sendRpcRequestCallHelper[any](w, "notify", data, opts) |
| 646 | return err |
| 647 | } |
| 648 | |
| 649 | // command "notifysystemresume", wshserver.NotifySystemResumeCommand |
| 650 | func NotifySystemResumeCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) error { |