Represents a process in a specification report.

Hierarchy

  • ReportProcess

Properties

@class: string

The class of the process.

@dateCompleted: string

The date that the process was completed.

@dateCompletedLocal: string

The date that the process was completed in local format.

@dateCompletedUTC: string

The date that the process was completed in UTC format.

@dateStarted: string

The date that the process was started.

@dateStartedLocal: string

The date that the process was started in local format.

@dateStartedUTC: string

The date that the process was started in UTC format.

@description: string

The description of the process.

@target: string

The target of the process.

entry: ReportEntry[]

An array of entries.