Encapsulates the AutoMate™ action in the “General” group, “Reminder.” The method displays an AutoMate™ Reminder dialog box with the desired text and allows the user to optionally specify a “sleep” time.
Declaration
function Reminder (varReminderText As Variant,
intReschedule As Integer) As Integer
Parameters
varReminderText
The text to be displayed inside the reminder dialog box when it appears.
intReschedule
The number of minutes to display as the default reschedule time.
Description
The Reminder Method will show an interactive reminder dialog box with the text in varReminderText and populate the “reschedule time” with intReschedule. The user can then choose Ok, which resets the reminder’s timer to the time the user entered in the dialog and reshows the reminder when the timer expires. The function does not return until the user clicks Cancel from the reminder dialog.