Skip to main content

VmLifecycleState

Type Alias VmLifecycleState 

Source
pub type VmLifecycleState = VmLifecycleState;

Aliased Type§

#[repr(usize)]
pub enum VmLifecycleState { Creating = 0, Ready = 1, Disposing = 2, Disposed = 3, Failed = 4, }

Variants§

§

Creating = 0

§

Ready = 1

§

Disposing = 2

§

Disposed = 3

§

Failed = 4