mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-29 22:41:54 +01:00
update upgrade process
This commit is contained in:
@@ -66,7 +66,12 @@ namespace MediaBrowser.Common.ScheduledTasks
|
||||
void Cancel(IScheduledTaskWorker task);
|
||||
Task Execute(IScheduledTaskWorker task, TaskExecutionOptions options = null);
|
||||
|
||||
void Execute<T>()
|
||||
where T : IScheduledTask;
|
||||
|
||||
event EventHandler<GenericEventArgs<IScheduledTaskWorker>> TaskExecuting;
|
||||
event EventHandler<TaskCompletionEventArgs> TaskCompleted;
|
||||
|
||||
bool SuspendTriggers { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user