Skip to main content

DialogSetStatus

Callable

  • DialogSetStatus(status: string, timer?: number): void

  • Displays the given text for 5 seconds


    Parameters

    • status: string

      The text to be displayed

    • timer: number = 0

      the number of milliseconds to display the message for

    Returns void

    • Nothing