Core.Web.Scheduler
Runnable
Abstract
Class Hierarchy:
Direct Known Subclasses:
Core.Web.Scheduler.MethodRunnable

A runnable task that may be scheduled with the Scheduler.

Instance Field Summary
Internal _nextExecution
Public, Virtual timeInterval
Time interval, in milliseconds after which the Runnable should be executed.
Public, Virtual repeat
Flag indicating whether task should be repeated.

Instance Method Summary
Public, Abstract run()

Instance Method Detail
run