Response = TimedDisplayAlert( AlertNumber, String, Height, Time )
D0 D0 A0 D1 A1
BOOL TimedDisplayAlert( ULONG, UBYTE *, UWORD, ULONG );
This function is equivalent to
DisplayAlert(), except that if the user fails to respond in a given time, the alert comes down automatically. See the autodoc for
DisplayAlert() for full details.
A BOOL value of TRUE or FALSE. If this is a DEADEND_ALERT, FALSE is always the return value. If this is a RECOVERY_ALERT. The return value will be TRUE if the user presses the left mouse button in response to your message, and FALSE if the user presses the right hand button is response to your text, or if the alert could not be posted. If the alert times out, the return value will be FALSE.