Function setTimer
Prototypes
Timer setTimer( Duration timeout, void delegate() callback, bool periodic );
Parameters
Returns
Returns a Timer object that can be used to identify and modify the timer.
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.