﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1316	"SleepUntilTime($hour, $min, $sec) and RunOnTime($hour, $min, $sec, ""UserFunction"")"	andref		"#include<Date.au3>
;Idea of first:
Func SleepUntilTime($hour, $min, $sec)
     $tics=_TimeToTicks($hour, $min, $sec)-_TimeToTicks()
     Sleep($tics)
EndFunc

;Idea of second
Func RunOnTime($hour, $min, $sec, ""UserFunction"")
;create new thread
;In thread run: SleepUntilTime($hour, $min, $sec)
;In thread: Run(..., ""UserFunction"")

;prabobaly It can be made with Timer too
EndFunc

Thx"	Feature Request	closed		AutoIt		None	Rejected	SleepUntilTime RunOnTime _TimeToTicks Sleep	
