Uses of Class
org.metricshub.winrm.RemoteProcess
Packages that use RemoteProcess
-
Uses of RemoteProcess in org.metricshub.winrm
Methods in org.metricshub.winrm that return RemoteProcessModifier and TypeMethodDescriptionCommandRequest.start()Start the command and return aRemoteProcesshandle over it — the streaming counterpart ofCommandRequest.execute(): stdout and stderr can be consumed while the command is still running, and the handle exposes the eventual exit code.