interface TestSessionExploredWorkItemReference {
    associatedWorkItems?: TestSessionWorkItemReference[];
    endTime?: Date;
    id: number;
    startTime?: Date;
    type?: string;
}

Hierarchy (View Summary)

Properties

associatedWorkItems?: TestSessionWorkItemReference[]

Workitem references of workitems filed as a part of the current workitem exploration.

endTime?: Date

Time when exploration of workitem ended.

id: number

Id of the workitem

startTime?: Date

Time when explore of workitem was started.

type?: string

Type of the workitem