package org.egl_cepgl.pm.enums;

public enum ProcStatus {
    WAITING, INPROGRESS, SIGNED, COMPLETED;
}
