Skip to contents

CEQ progress module that initializes the progress object

Usage

mod_ceq_progress(id, run = reactive(NULL), prog_length = 4)

fct_make_ceq_progress(session, prog_length = 4)

fct_big_step_ceq_progress(prog, message = NULL, detail = NULL, ...)

fct_samll_step_ceq_progress(
  prog,
  n_small = 4,
  message = NULL,
  detail = NULL,
  ...
)

fct_close_ceq_progress(prog, title = "Simulation is completed", ...)

Functions

  • fct_make_ceq_progress(): Initialize progress.

  • fct_big_step_ceq_progress(): big step progress

  • fct_samll_step_ceq_progress(): small step progress

  • fct_close_ceq_progress(): small step progress