Interface ReportProcessEntry

Represents a report process entry in a specification report.

Hierarchy

Index

Properties

children

The child entry.

classValue

classValue: string

The entry class.

depth

depth: number

The depth of the entry.

description

description: string

The entry description.

displayTime

displayTime: string

The total time that the process entry was visible.

element

The element for the entry.

errorEntryCount

errorEntryCount: number

The total count of error entries in the process.

id

id: string

The identifier of the entry.

isProcess

isProcess: boolean

Whether the entry is a process entry.

normalEntryCount

normalEntryCount: number

The total count of normal entries in the process.

target

target: string

The entry target.

totalTime

totalTime: string

The total time that the process ran.

warningEntryCount

warningEntryCount: number

The total count of warning entries in the process.