Description Usage Arguments Value Author(s) See Also Examples
Check if an object is an instance of the Process class.
| 1 2 | ## Default S3 method:
is.Process(this, ...)
 | 
| this | An object. | 
| ... | Not used. | 
TRUE or FALSE
Botond Sipos, Gregory Jordan
For more information see Process.
| 1 2 3 4 5 6 7 8 | 	# create some objects
	a<-Site();
	p<-Process()
	# check if they inherit from Process
	is.Process(a)
	is.Process(p)
 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.