PROMPT Raise a modal dialog and wait until the user dismisses the prompt

When to use it

Use PROMPT any time the payload should pause and give the user information.

Syntax

PROMPT [message] 

message required

Text that will be displayed 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 dismissed the prompt, pausing the payload.

Examples

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