nwsIsRunning {nws} | R Documentation |
Check if the server represented by a managedServerInfo object is running
## S4 method for signature 'managedServerInfo': nwsIsRunning(.Object)
.Object |
a managedServerInfo class object |
TRUE
if the server is running, else FALSE
## Not run: nwsIsRunning(managedServerInfo()) ## End(Not run)