* Fixed bug in TaskSettings.DeleteExpiredTaskAfter to allow for both a 'not set' value (TimeSpan.Zero) and an 'immediate' value (TimeSpan.FromSeconds(1)).
* Fixed multiple problems in TaskPropertiesControl:
- Automatic maintenance deadline and period validation
- Update to work with fix to Settings.DeleteExpiredTaskAfter
- Enabling problem with restart interval
- Exception when setting task priority
- Validating URI
* Fixed similar problems in TaskOptionsEditor
* Fixed intialization problem in Runtime tab of TaskOptionsEditor
↧