Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskContainerExecutionInformation

Package version

An interface representing TaskContainerExecutionInformation.

summary

Contains information about the container which a task is executing.

Hierarchy

  • TaskContainerExecutionInformation

Index

Properties

Properties

Optional containerId

containerId: undefined | string

The ID of the container.

Optional error

error: undefined | string

Detailed error information about the container. This is the detailed error string from the Docker service, if available. It is equivalent to the error field returned by "docker inspect".

Optional state

state: undefined | string

The state of the container. This is the state of the container according to the Docker service. It is equivalent to the status field returned by "docker inspect".

Generated using TypeDoc