Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CONTAINER_STATE

In this implementation, our container is only either running or dead, but in the future we may want to add the functionality to start/stop the container, so an enum makes that easier than an isRunning boolean.

Index

Enumeration members

Enumeration members

DEAD

DEAD:

RUNNING

RUNNING:

Generated using TypeDoc