mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
10 lines
157 B
C
10 lines
157 B
C
#pragma once
|
|
|
|
// sync with WorkspacesLauncherUI : Data : LaunchingState.cs
|
|
enum class LaunchingState
|
|
{
|
|
Waiting = 0,
|
|
Launched,
|
|
LaunchedAndMoved,
|
|
Failed
|
|
}; |