Interface ReportProcess

Represents a process in a specification report.

Hierarchy

  • ReportProcess

Index

Properties

@class

@class: string

The class of the process.

@dateCompleted

@dateCompleted: string

The date that the process was completed.

@dateCompletedLocal

@dateCompletedLocal: string

The date that the process was completed in local format.

@dateCompletedUTC

@dateCompletedUTC: string

The date that the process was completed in UTC format.

@dateStarted

@dateStarted: string

The date that the process was started.

@dateStartedLocal

@dateStartedLocal: string

The date that the process was started in local format.

@dateStartedUTC

@dateStartedUTC: string

The date that the process was started in UTC format.

@description

@description: string

The description of the process.

@target

@target: string

The target of the process.

entry

entry: ReportEntry[]

An array of entries.