# Constants
ActionLoopDelaySeconds is the number of seconds to delay in the ActionLoop before running the loop again.
ConfigDirectoryMode is the octal mode of the timetracker config directory if it needs to be created.
DefaultDatabaseFileName is the default file name of the timetracker database.
DefaultLogLevel is the default logger level.
PrefKeyCloseWindowStopTask is the preferences key for the flag which causes the main window to close after creating a new task.
TimesheetStatusError represents a timesheet error.
TimesheetStatusIdle represents an idle timesheet.
TimesheetStatusRunning represents a running timesheet.
TimestampDateLayout is the format string for use with time.Format() that outputs a date.
TimestampLayout is the format string for use with time.Format() that outputs date + time.
UnicodeClock is the character that represents a running task.
UnicodeHeavyCheckmark is the character that represents no running tasks (idle).
UnicodeHeavyX is the character that represents an error.