Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepairTaskHistory

Package version

A record of the times when the repair task entered each state.

This type supports the Service Fabric platform; it is not meant to be used directly from your code.

Hierarchy

  • RepairTaskHistory

Index

Properties

Optional approvedUtcTimestamp

approvedUtcTimestamp: Date

The time when the repair task entered the Approved state

Optional claimedUtcTimestamp

claimedUtcTimestamp: Date

The time when the repair task entered the Claimed state.

Optional completedUtcTimestamp

completedUtcTimestamp: Date

The time when the repair task entered the Completed state

Optional createdUtcTimestamp

createdUtcTimestamp: Date

The time when the repair task entered the Created state.

Optional executingUtcTimestamp

executingUtcTimestamp: Date

The time when the repair task entered the Executing state

Optional preparingHealthCheckEndUtcTimestamp

preparingHealthCheckEndUtcTimestamp: Date

The time when the repair task completed the health check in the Preparing state.

Optional preparingHealthCheckStartUtcTimestamp

preparingHealthCheckStartUtcTimestamp: Date

The time when the repair task started the health check in the Preparing state.

Optional preparingUtcTimestamp

preparingUtcTimestamp: Date

The time when the repair task entered the Preparing state.

Optional restoringHealthCheckEndUtcTimestamp

restoringHealthCheckEndUtcTimestamp: Date

The time when the repair task completed the health check in the Restoring state.

Optional restoringHealthCheckStartUtcTimestamp

restoringHealthCheckStartUtcTimestamp: Date

The time when the repair task started the health check in the Restoring state.

Optional restoringUtcTimestamp

restoringUtcTimestamp: Date

The time when the repair task entered the Restoring state

Generated using TypeDoc