Example #1
0
File: Api.cs Project: ichaos/Shovel
 public static bool VmIsLive(Vm.Vm vm)
 {
     return vm.IsLive ();
 }