nwsServerInfoStop            package:nws            R Documentation

_S_t_o_p _t_h_e _m_a_n_a_g_e_d _s_e_r_v_e_r

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

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

_A_r_g_u_m_e_n_t_s:

 .Object: a 'managedServerInfo' class object

_E_x_a_m_p_l_e_s:

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

