Represents a report process entry in a specification report.

Hierarchy

Properties

The child entry.

classValue: string

The entry class.

depth: number

The depth of the entry.

description: string

The entry description.

displayTime: string

The total time that the process entry was visible.

The element for the entry.

errorEntryCount: number

The total count of error entries in the process.

id: string

The identifier of the entry.

isProcess: boolean

Whether the entry is a process entry.

normalEntryCount: number

The total count of normal entries in the process.

target: string

The entry target.

totalTime: string

The total time that the process ran.

warningEntryCount: number

The total count of warning entries in the process.