runTime {mspath} | R Documentation |
Create a runTime object associated with a particular job.
runTime(job)
job |
Any object, though much of the rest of the system expects this to be a vector of the cases analyzed. |
The constructor also records the current time; thus, when the object is created matters. Later calls will need to set information about when the job completed.
An S4 runTime
object.
The newly created object is incomplete, since it doesn't have information about when the job finished.
Users are not likely to care about this object or function.
Ross Boylan