set_status()

Sets the status text in the application.

Syntax

set_status(value1, value2, ...)

Parameters

Parameter Type Description
value Number/String One or more values to set as the status text.

Return Value

Examples

Set status to a simple message

set_status("Processing...");

Set status with multiple values

set_status("Speed: ", 120, " mm/s");

See also

is_visible
show
hide
set_status
set_progress
is_ui_ready