runTime {mspath}R Documentation

runTime constructor

Description

Create a runTime object associated with a particular job.

Usage

runTime(job)

Arguments

job Any object, though much of the rest of the system expects this to be a vector of the cases analyzed.

Details

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.

Value

An S4 runTime object.

Note

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.

Author(s)

Ross Boylan

See Also

runTime


[Package mspath version 0.9-9 Index]