void MessageBox(string message, string title = '', int timeoutMs = 0)
Shows a message to the user in a centered window. The title and a timeout before closing are optional. Trust Level Required: High
Parameters
Name | Description |
message | The message to show. |
title | The title of the MessageBox. |
timeoutMs | Duration to show the MessageBox in milliseconds. |
Return
Nothing returned