david-PC\david
2018-06-12 a9631bf0505ac256d276b060dc05d99ea971d877
1
2
3
4
5
6
package frame.schedule;
 
public enum JobStatus {
 
    Idle, Working, Error
}