nwsServerInfoStop {nws}R Documentation

Stop the managed server

Description

Stop the server represented by an managedServerInfo object. All data on server will be lost and all tasks will be killed.

Usage

## S4 method for signature 'managedServerInfo':
nwsServerInfoStop(.Object)

Arguments

.Object a managedServerInfo class object

Examples

## Not run: 
# example
nwsServerInfoStop(managedServerInfo())

## End(Not run)

[Package nws version 2.0.0.3 Index]