powered by
Check if an object is an instance of the Process class.
# S3 method for default is.Process(this, ...)
An object.
Not used.
TRUE or FALSE
For more information see Process.
Process
# NOT RUN { # create some objects a<-Site(); p<-Process() # check if they inherit from Process is.Process(a) is.Process(p) # }
Run the code above in your browser using DataLab