Last result details of test point.

interface LastResultDetails {
    dateCompleted?: Date;
    duration?: number;
    runBy?: IdentityRef;
}

Properties

dateCompleted?: Date

Completed date of last result.

duration?: number

Duration of the last result in milliseconds.

runBy?: IdentityRef

The user who executed the last result.