enum Podman::Container::State

Defined in:

podman/container.cr

Enum Members

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

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 stopping? #

[View source]
def unknown? #

[View source]