
Get the unique identifier of a Process object. The unique identifier is the concatenation of the class, the object name as returned by getName() and the object hash as returned by hashCode().
# S3 method for Process
getId(this, ...)
A Process object.
Not used.
A character vector of length one.
For more information see Process
.
# NOT RUN {
# create a Process object
p<-Process()
# get unique id
getId(p)
# get unique id via virtual field
p$id
# }
Run the code above in your browser using DataLab