mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
rework scheduled tasks in preparation of common project going portable
This commit is contained in:
@@ -42,5 +42,11 @@ namespace MediaBrowser.Model.Tasks
|
||||
/// </summary>
|
||||
/// <value>The maximum runtime ms.</value>
|
||||
public int? MaxRuntimeMs { get; set; }
|
||||
|
||||
public const string TriggerDaily = "DailyTrigger";
|
||||
public const string TriggerWeekly = "WeeklyTrigger";
|
||||
public const string TriggerInterval = "IntervalTrigger";
|
||||
public const string TriggerSystemEvent = "SystemEventTrigger";
|
||||
public const string TriggerStartup = "StartupTrigger";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user