Skip to main content
Version: 4.49.0-beta

Progress

The Progress component allows you to show a progress bar based on the max value of expected messages. It also shows the number of messages received of the expected number of messages and displays an estimated remaining time.

Inputs

  • Name: Data

    • Description: Any message for this input is acceptable.
  • Name: Max.Count

    • Description: Use this input to set the expected message count.

    • Example:

      {
      "count": 1000
      }