showMenuItem()

You can use the consoleLib.showMenuItem() system function to display the specified menu item, so that the user can select it. All menu items are shown by default; this function reverses the effect of the hideMenuItem() function (see hideMenuItem()).

Syntax

  consoleLib.showMenuItem(item MenuItem in)
item
The menu item to show.

Feedback