Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerState

Package version

The container state.

Hierarchy

  • ContainerState

Index

Properties

Optional detailStatus

detailStatus: undefined | string

Human-readable status of this state.

Optional exitCode

exitCode: undefined | string

The container exit code.

Optional finishTime

finishTime: Date

Date/time when the container state finished.

Optional startTime

startTime: Date

Date/time when the container state started.

Optional state

state: undefined | string

The state of this container

Generated using TypeDoc