spoulson / Itinerary

Lazy time scheduling toolset for .NET
29 stars 7 forks source link

Create example project integrating Itinerary into Quartz.NET #5

Closed spoulson closed 13 years ago

spoulson commented 13 years ago

Demonstrate a background Quartz.NET scheduler utilizing Itinerary to schedule jobs. Show runtime feedback in GUI when jobs are executed.

spoulson commented 13 years ago

Implemented ItineraryTrigger and simple unit tests. Need to build a use case for an example project.

spoulson commented 13 years ago

After some thought, the ItineraryTrigger unit test makes for a good example.