process              package:multicore              R Documentation

_F_u_n_c_t_i_o_n _t_o _q_u_e_r_y _o_b_j_e_c_t_s _o_f _t_h_e _c_l_a_s_s _p_r_o_c_e_s_s

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

     'processID' returns the process IDs for the given processes. It
     raises an error if 'process' is not an object of the class
     'process' or a list of such objects.

     'print' methods shows the process ID and its class name.

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

     processID(process)
     ## S3 method for class 'process':
     print(x, ...)

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

 process: process (object of the class 'process') or a list of such
          objects.

       x: process to print

     ...: ignored

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

     'processID' returns an integer vector contatining the process IDs.

     'print' returns 'NULL' invisibly

_A_u_t_h_o_r(_s):

     Simon Urbanek

_S_e_e _A_l_s_o:

     'fork'

