Remotely/Server/Models/CircuitEventName.cs
2023-07-21 10:16:29 -07:00

22 lines
403 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Remotely.Server.Models;
public enum CircuitEventName
{
DisplayMessage,
ChatReceived,
CommandResult,
DeviceUpdate,
DownloadFile,
DownloadFileProgress,
DeviceWentOffline,
ScriptResult,
TransferCompleted,
PowerShellCompletions,
RemoteLogsReceived,
}