Fleet
0.0.9
Inference in the LOT
src
VirtualMachine
VMStatus.h
Go to the documentation of this file.
1
#pragma once
2
3
// This class stores the possible statuses of a VirtualMachine
4
enum class
vmstatus_t
{
5
GOOD
=0,
6
COMPLETE
=1,
7
ERROR
,
8
RANDOM_CHOICE
,
9
RANDOM_CHOICE_NO_DELETE
10
};
11
vmstatus_t::ERROR
vmstatus_t::COMPLETE
vmstatus_t
vmstatus_t
Definition:
VMStatus.h:4
vmstatus_t::GOOD
vmstatus_t::RANDOM_CHOICE_NO_DELETE
vmstatus_t::RANDOM_CHOICE
Generated by
1.8.13