Enum PomodoroTimer.States
The different modes the timer could be using.
Namespace: AdrianMiasik
Assembly: Assembly-CSharp.dll
Syntax
public enum States
Fields
Name | Description |
---|---|
COMPLETE | Digits are no longer visible, completion label is visible. |
PAUSED | Digits are not allowed to be interacted with, time does not progress. |
RUNNING | Digits are not allowed to be interacted with, and the time left is decreasing over time. |
SETUP | Digits are editable by the user, time does not progress. |