refactor Queue namespace
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
namespace Inspectron.Epson.Queue;
|
||||
|
||||
public enum PrintJobStatus
|
||||
{
|
||||
Received,
|
||||
Completed,
|
||||
Failed
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user