mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
11 lines
143 B
C#
11 lines
143 B
C#
namespace HeliosDisplayManagement.InterProcess
|
|
{
|
|
internal enum InstanceStatus
|
|
{
|
|
User,
|
|
|
|
Busy,
|
|
|
|
OnHold
|
|
}
|
|
} |