abapGit/src/zcl_abapgit_performance_test.clas.locals_imp.abap
Marc Bernard 7f61ebd645
UI: Clear progress bar (#4249)
* UI: Clear progress bar

Clears status/progress bar at end of process and removes leftover messages. 

Closes #3505

* Lint

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-11-27 10:18:52 +01:00

16 lines
346 B
ABAP

*"* use this source file for the definition and implementation of
*"* local helper classes, interface definitions and type
*"* declarations
CLASS lcl_dummy_progress IMPLEMENTATION.
METHOD zif_abapgit_progress~set_total.
ENDMETHOD.
METHOD zif_abapgit_progress~show.
ENDMETHOD.
METHOD zif_abapgit_progress~off.
ENDMETHOD.
ENDCLASS.