mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 19:54:47 +01:00
Add GPL modules
This commit is contained in:
11
MediaBrowser.Model/Tasks/TaskCompletionEventArgs.cs
Normal file
11
MediaBrowser.Model/Tasks/TaskCompletionEventArgs.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace MediaBrowser.Model.Tasks
|
||||
{
|
||||
public class TaskCompletionEventArgs : EventArgs
|
||||
{
|
||||
public IScheduledTaskWorker Task { get; set; }
|
||||
|
||||
public TaskResult Result { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user