nwsIsRunning               package:nws               R Documentation

_C_h_e_c_k _i_f _M_a_n_a_g_e_d _S_e_r_v_e_r _I_s _R_u_n_n_i_n_g

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

     Check if the server represented by a managedServerInfo object is
     running

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

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

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

 .Object: a 'managedServerInfo' class object

_V_a_l_u_e:

     'TRUE' if the server is running, else 'FALSE'

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

     ## Not run: 
     nwsIsRunning(managedServerInfo())
     ## End(Not run)

