Example #1
0
 public override void Enter()
 {
     // Could have transitioned to Open, but the user needs to know that it's in
     // the testing state and not the standard execution state.
     StandardOpenBehavior.Run();
     Logging.Info("Vixen execution engine entered the testing state.");
 }
Example #2
0
 public override void Enter()
 {
     StandardOpenBehavior.Run();
     VixenSystem.Logging.Info("Vixen execution engine entered the open state.");
 }