Made the service basically start working
This commit is contained in:
@@ -3,5 +3,4 @@ namespace Encoder;
|
||||
public interface IEncoderService {
|
||||
public Guid EnqueueJob(EncodingJob job);
|
||||
public EncodingJob? GetJobStatus(Guid jobId);
|
||||
public void RemoveJob(Guid jobId);
|
||||
}
|
||||
Reference in New Issue
Block a user