workerCount               package:nws               R Documentation

_F_i_n_d _t_h_e _N_u_m_b_e_r _o_f _W_o_r_k_e_r_s _i_n _a _S_l_e_i_g_h

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

     Return number of Sleigh workers that have successfully started.

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

     ## S4 method for signature 'sleigh':
     workerCount(.Object)

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

 .Object: a sleigh class object

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

     ## Not run: 
     # simple hello world
     s = sleigh()
     workerCount(s)
     ## End(Not run)

