1 #ifndef BREAKHANDLER_HPP_INCLUDED
2 #define BREAKHANDLER_HPP_INCLUDED
4 #include "../../Core/Types/Timer.hpp"
5 #include "../../Core/Types/Counter.hpp"
6 #include "../../Core/Types/Countdown.hpp"
16 bool Break(
bool LogoutOnLong =
true,
bool LogoutOnShort =
true,
bool LogoutOnMini =
false);
bool ShortBreak(bool Logout=true)
bool Break(bool LogoutOnLong=true, bool LogoutOnShort=true, bool LogoutOnMini=false)
bool MiniBreak(bool Logout=true)
BreakTime GetMiniBreakTime()
bool LongBreak(bool Logout=true)
BreakTime GetShortBreakTime()
BreakTime GetLongBreakTime()
Counter GetBreakCounter()
std::int64_t TimeOfLastBreak