enum Podman::Container::State

Defined in:

podman/container.cr

Enum Members

Unknown = 0
Created = 1
Running = 2
Paused = 3
Exited = 4
Stopped = 5
Configured = 6

Constructors

Instance Method Summary

Constructor Detail

def self.from_json(parser : JSON::PullParser) : State #

[View source]

Instance Method Detail

def configured? #

[View source]
def created? #

[View source]
def exited? #

[View source]
def paused? #

[View source]
def running? #

[View source]
def stopped? #

[View source]
def unknown? #

[View source]