enum
Athena::Console::Helper::ProgressBar::Format
Overview
Represents the built in progress bar formats.
See [Built-In Formats][Athena::Console::Helper::ProgressBar--built-in-formats] for more information.
Defined in:
helper/progress_bar.crEnum Members
-
DEBUG =
0 -
" %current%/%max% [%bar%] %percent:3s%% %elapsed:6s%/%estimated:-6s% %memory:6s%" -
VERY_VERBOSE =
1 -
" %current%/%max% [%bar%] %percent:3s%% %elapsed:6s%/%estimated:-6s%" -
VERBOSE =
2 -
" %current%/%max% [%bar%] %percent:3s%% %elapsed:6s%" -
NORMAL =
3 -
" %current%/%max% [%bar%] %percent:3s%%" -
DEBUG_NOMAX =
4 -
" %current% [%bar%] %elapsed:6s% %memory:6s%" -
VERBOSE_NOMAX =
5 -
" %current% [%bar%] %elapsed:6s%" -
VERY_VERBOSE_NOMAX =
6 -
" %current% [%bar%] %elapsed:6s%" -
NORMAL_NOMAX =
7 -
" %current% [%bar%]"
Instance Method Summary
-
#debug?
Returns
trueif this enum value equalsDEBUG -
#debug_nomax?
Returns
trueif this enum value equalsDEBUG_NOMAX -
#normal?
Returns
trueif this enum value equalsNORMAL -
#normal_nomax?
Returns
trueif this enum value equalsNORMAL_NOMAX -
#verbose?
Returns
trueif this enum value equalsVERBOSE -
#verbose_nomax?
Returns
trueif this enum value equalsVERBOSE_NOMAX -
#very_verbose?
Returns
trueif this enum value equalsVERY_VERBOSE -
#very_verbose_nomax?
Returns
trueif this enum value equalsVERY_VERBOSE_NOMAX