nwsServerInfoStop {nws} | R Documentation |
Stop the server represented by an managedServerInfo object. All data on server will be lost and all tasks will be killed.
## S4 method for signature 'managedServerInfo': nwsServerInfoStop(.Object)
.Object |
a managedServerInfo class object |
## Not run: # example nwsServerInfoStop(managedServerInfo()) ## End(Not run)