Add Phoenix remote desktop, action connector, documentation engine, and gamification support. Refactor support-case processing and search/action UI, and update installer assets and dependencies.
14 lines
258 B
C#
14 lines
258 B
C#
namespace FasdCockpitBase.Models.RemoteDesktopConnection
|
|
{
|
|
public enum RemoteDesktopConnectionStatus
|
|
{
|
|
Unknown,
|
|
Initiated,
|
|
Accepted,
|
|
Connected,
|
|
Canceled,
|
|
Finished,
|
|
Error
|
|
}
|
|
}
|