Feature: Job Queues
Also UI style, theme and element changes
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Disco.Models.Repository;
|
||||
using System.Collections.ObjectModel;
|
||||
|
||||
namespace Disco.Models.Services.Jobs.JobQueues
|
||||
{
|
||||
public interface IJobQueueToken
|
||||
{
|
||||
JobQueue JobQueue { get; }
|
||||
ReadOnlyCollection<string> SubjectIds { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user