PROMPT - Raise a modal dialog and wait for the user to dismiss it

When to use it

Use PROMPT any time the payload should be paused and the user given information.

Syntax

  PROMPT [message]
  

message

Text to display to the user. Messages should be kept short enough to fit on the device display.

The IP picker dialog

The IP picker dialog

Results

PROMPT will wait until the user has confirmed, pausing the payload.

Examples

  PROMPT "The user should know about this..."