Prepared Encoder service
This commit is contained in:
8
Encoder/JobStatus.cs
Normal file
8
Encoder/JobStatus.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Encoder;
|
||||
|
||||
public enum JobStatus {
|
||||
Pending,
|
||||
InProgress,
|
||||
Completed,
|
||||
Failed
|
||||
}
|
||||
Reference in New Issue
Block a user