8 lines
111 B
C#
8 lines
111 B
C#
namespace Inspectron.Epson.Queue;
|
|
|
|
public enum PrintJobStatus
|
|
{
|
|
Received=1,
|
|
Completed=2,
|
|
Failed=3
|
|
} |