print method for Rcollectl process

# S3 method for Rcollectl_process
print(x, ...)

Arguments

x

an entity inheriting from "Rcollectl_process" S3 class

...

not used

Value

invisibly returns the input

Examples

example(cl_start)
#> #> cl_str> if (cl_exists()) { #> cl_str+ zz = cl_start() #> cl_str+ print(zz) #> cl_str+ print(cl_result_path(zz)) #> cl_str+ cl_stop(zz) #> cl_str+ zz$process$is_alive() #> cl_str+ } #> Rcollectl process object #> PROCESS 'collectl', running, pid 122139. #> /tmp/Rtmp9u4arh/file1dce046b3d04e #> character(0) #> [1] TRUE