Sic.Framework/MECF.Framework.Common/MECF/Framework/Common/FAServices/E40s/CJOperation.cs

16 lines
201 B
C#

namespace MECF.Framework.Common.FAServices.E40s
{
public enum CJOperation
{
CREAT = 0,
START = 1,
PAUSE = 2,
RESUME = 3,
CANCEL = 4,
DESELECT = 5,
STOP = 6,
ABORT = 7,
HOQ = 8
}
}