Searched defs:RESET (Results 1 – 3 of 3) sorted by relevance
25 RESET = "\033[0m" variable
30 public enum State { RESET, RUNNING, PAUSED } enumConstant
42 RUNNING(1), PAUSED(2), EXPIRED(3), RESET(4), MISSED(5); enumConstant