Changeset 91363 in vbox for trunk/src/VBox/Main/cbinding
- Timestamp:
- Sep 24, 2021 1:08:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/tstCAPIGlue.c
r83828 r91363 74 74 case MachineState_Teleported: return "Teleported"; 75 75 case MachineState_Aborted: return "Aborted"; 76 case MachineState_AbortedSaved: return "Aborted-Saved"; 76 77 case MachineState_Running: return "Running"; 77 78 case MachineState_Paused: return "Paused"; … … 181 182 || state == MachineState_Teleported 182 183 || state == MachineState_Aborted 184 || state == MachineState_AbortedSaved 183 185 ) 184 186 g_fStop = 1;
Note:
See TracChangeset
for help on using the changeset viewer.