Package virtualization :: Module constants :: Class StateType
[hide private]
[frames] | no frames]

Class StateType

source code

Class Variables [hide private]
  NOSTATE = 'nostate'
  RUNNING = 'running'
  BLOCKED = 'blocked'
  PAUSED = 'paused'
  SHUTDOWN = 'shutdown'
  SHUTOFF = 'shutoff'
  CRASHED = 'crashed'