feat: add recovery center and daily reviews
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
namespace LiveRecorder.Application.Common;
|
||||
|
||||
public static class AutoStartDecisionCodes
|
||||
{
|
||||
public const string Started = "started";
|
||||
|
||||
public const string SkippedDisabled = "skipped_disabled";
|
||||
|
||||
public const string SkippedStorage = "skipped_storage";
|
||||
|
||||
public const string SkippedActiveSession = "skipped_active_session";
|
||||
|
||||
public const string SkippedOffline = "skipped_offline";
|
||||
|
||||
public const string FailedStartup = "failed_startup";
|
||||
}
|
||||
Reference in New Issue
Block a user