current_time;
Returns: Real
This read only variable will return the number of
milliseconds that have passed since the OS was started.
if current_time > 600000
{
msg = show_question_async("Would you like to
rate?");
}
The above code checks to see if more than 10 minutes have passed before asking the user a question.