Re-organize all projects (#4166)
This commit is contained in:
8
Content.Server/CPUJob/JobQueues/IJob.cs
Normal file
8
Content.Server/CPUJob/JobQueues/IJob.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Content.Server.CPUJob.JobQueues
|
||||
{
|
||||
public interface IJob
|
||||
{
|
||||
JobStatus Status { get; }
|
||||
void Run();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user