/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/Workspaces/WorkspacesLauncherUI/Data/LaunchingState.cs
16 строк
423 B
Seraphima Zykova
[Workspaces] Sequential launch (#35297)
14 окт 2024, 16:51
Не верифицирован
14 окт 2024, 16:51
9994fd7
Код
Авторство
О чём код?
// Copyright (c) Microsoft Corporation // The Microsoft Corporation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace WorkspacesLauncherUI.Data { // sync with WorkspacesLib : LaunchingStateEnum.h public enum LaunchingState { Waiting = 0, Launched, LaunchedAndMoved, Failed, Canceled, } }