8 lines
105 B
C#
8 lines
105 B
C#
namespace Inspectron.Epson.Queue;
|
|
|
|
public enum PrintJobStatus
|
|
{
|
|
Received,
|
|
Completed,
|
|
Failed
|
|
} |