New Post: Duration bug when set to 'Indefinitely'
When 'Repeat task every' is set to some normal interval (say '1 Hour') and then 'for a duration of:' is set to 'Indefinitely', an error message pops, and the 'Repeat task every' is set to 'Indefinitely.'
View ArticleSource code checked in, #98002
* Updated AeroWizard NuGet version * Fixed duration setting problem in TriggerDialog
View ArticleReleased: Release 2.5.11 (Jan 04, 2016)
Update historyVersion 2.5.11A few bug fixes (see History)Version 2.5.8A few bug fixes (see History) Updated NuGet to include symbolsVersion 2.5.7Fixed V1 error with ActionCollection.Clear Added...
View ArticleUpdated Release: Release 2.5.11 (Jan 04, 2016)
Update historyVersion 2.5.11A few bug fixes (see History)Version 2.5.8A few bug fixes (see History)Updated NuGet to include symbolsVersion 2.5.7Fixed V1 error with ActionCollection.ClearAdded...
View ArticleNew Post: Duration bug when set to 'Indefinitely'
Fixed in today's 2.5.11 release. Thanks for identifying the problem.
View ArticleNew Post: Bug: exiting task editor from 'Run Times' tab
Clicking Cancel or OK from the Run Times tab of the editor causes a failure. The scenario I tested is with an existing task. See image: http://screencast.com/t/82oHIHSsN
View ArticleNew Post: History Tab: Coping with Too Many History Records
For a task that runs every minute, the History tab of the task editor seems to be frozen in a "Loading..." state. One option is to default to getting just the first 100 history records. Or provide a...
View ArticleNew Post: How to detect if v2 task is set to 'Run whether user is logged on...
The property td.Settings.RunOnlyIfLoggedOn is marked as version 1 only. For v2 tasks is seems to always return True How can we identify if a v2 task is set to 'Run whether user is logged on or not'?...
View ArticleNew Post: History Tab: Coping with Too Many History Records
Added property to TaskEditDialog and TaskPropertiesControl named MaxHistoryCount. It's default is -1 and that will maintain the current behavior of retrieving all items. If set to another value, it...
View ArticleNew Post: Bug: exiting task editor from 'Run Times' tab
I think I have this fixed for the next release. You'll have to let me know once I push the code.
View ArticleNew Post: How to detect if v2 task is set to 'Run whether user is logged on...
I found a small bug that didn't disable that checkbox under V1. It is now corrected.
View ArticleSource code checked in, #98009
* Version 2.5.12 * Added V1 support to TaskEventWatcher * Refactored V1 task flags and data handlers to use extension methods * Bug fixes to TaskService.Connect, MMCMockup to work with V1, editors to...
View ArticleReleased: Release 2.5.12 (Jan 12, 2016)
Update historyVersion 2.5.12A few bug fixes (see History)Version 2.5.8A few bug fixes (see History) Updated NuGet to include symbolsVersion 2.5.7Fixed V1 error with ActionCollection.Clear Added...
View ArticleUpdated Release: Release 2.5.12 (Jan 12, 2016)
Update historyVersion 2.5.12A few bug fixes (see History)Version 2.5.8A few bug fixes (see History)Updated NuGet to include symbolsVersion 2.5.7Fixed V1 error with ActionCollection.ClearAdded...
View ArticleNew Post: How to detect if v2 task is set to 'Run whether user is logged on...
I don't think that change addresses my question/suggestion. In a v2 scenario, how should we get the status of the attribute?
View ArticleNew Post: How to detect if v2 task is set to 'Run whether user is logged on...
That checkbox should only be available now under V2. I'm not sure what the request is. Do you want something hidden in the UI? If so, I'd rather not as I have tried to stay the same as the system UI....
View ArticleNew Post: How to detect if v2 task is set to 'Run whether user is logged on...
The question was not about the GUI. In code, accessing a v2 task object, How to detect if it is set to 'Run whether user is logged on or not'?
View ArticleSource code checked in, #98011
* Lots of updates to TaskSchedulerConfig - mostly working * Minor bug fixes to accommodate connecting from V2 to V1 systems
View Article