Source code checked in, #97982
* Version 2.5.7 * Fixed V1 error with ActionCollection.Clear * Cleaned versions out of resx files * Added TaskSchedulerConfig project (incomplete) to help identify connection problems on V1 and V2 systems
View ArticleCommented Unassigned: TaskDefinition.Actions.Count is still zero for XP [12305]
Hello,I retested version 2.5.6 after closing issue 12303. I retested it and it is better now, but still not working properly in my case.The example below has always been working on XP. The red line is...
View ArticleReleased: Release 2.5.7 (Dec 16, 2015)
Update historyVersion 2.5.7Fixed V1 error with ActionCollection.Clear Added TaskSchedulerConfig project (incomplete) to help identify connection problems on V1 and V2 systemsVersion 2.5.6Bug fixes (V1...
View ArticleUpdated Release: Release 2.5.7 (Dec 16, 2015)
Update historyVersion 2.5.7Fixed V1 error with ActionCollection.ClearAdded TaskSchedulerConfig project (incomplete) to help identify connection problems on V1 and V2 systemsVersion 2.5.6Bug fixes (V1...
View ArticleCommented Feature: Some localized time units in Polish don't work when...
Hi David,The following localized Polish string don't work:minut or minuty (for minutes)godzin (for hours)The following work:godzina (for hour or hours) Bez ograniczeń (for Indefinitely)dzień (for...
View ArticleCommented Feature: Some localized time units in Polish don't work when...
Hi David,The following localized Polish string don't work:minut or minuty (for minutes)godzin (for hours)The following work:godzina (for hour or hours) Bez ograniczeń (for Indefinitely)dzień (for...
View ArticleCommented Unassigned: TaskDefinition.Actions.Count is still zero for XP [12305]
Hello,I retested version 2.5.6 after closing issue 12303. I retested it and it is better now, but still not working properly in my case.The example below has always been working on XP. The red line is...
View ArticleClosed Unassigned: TaskDefinition.Actions.Count is still zero for XP [12305]
Hello,I retested version 2.5.6 after closing issue 12303. I retested it and it is better now, but still not working properly in my case.The example below has always been working on XP. The red line is...
View ArticleCommented Feature: Some localized time units in Polish don't work when...
Hi David,The following localized Polish string don't work:minut or minuty (for minutes)godzin (for hours)The following work:godzina (for hour or hours) Bez ograniczeń (for Indefinitely)dzień (for...
View ArticleNew Post: Nuget package of source
Hi, do you have plans to upload the source as Nuget package?https://docs.nuget.org/create/creating-and-publishing-a-symbol-package I want to debug an Task Scheduler issue that I have on a Win7 machine....
View ArticleNew Post: Event for stop/Exit of started task
Is there an Event that gets raised when the process that I start via a Task gets stopped? Currently I use var processlist = Process.GetProcesses(); foreach(var theprocess in processlist) { if...
View ArticleNew Post: Nuget package of source
I like the idea a lot. Look for it in the next release.
View ArticleNew Post: Event for stop/Exit of started task
In fact, a brand new feature does allow this. Try the following:private TaskEventWatcher watcher; // Create and configure a new task watcher for the task folder private void SetupWatcher(Task task) {...
View ArticleNew Post: Event for stop/Exit of started task
Hi, thanks for the answer. I adapted it and created different watchers and EventRecorded handlers for each Event that I care, but non gets fired. I commented the deletion of the Task out and in the...
View ArticleCommented Feature: Some localized time units in Polish don't work when...
Hi David,The following localized Polish string don't work:minut or minuty (for minutes)godzin (for hours)The following work:godzina (for hour or hours) Bez ograniczeń (for Indefinitely)dzień (for...
View ArticleCommented Feature: Some localized time units in Polish don't work when...
Hi David,The following localized Polish string don't work:minut or minuty (for minutes)godzin (for hours)The following work:godzina (for hour or hours) Bez ograniczeń (for Indefinitely)dzień (for...
View ArticleCommented Feature: Some localized time units in Polish don't work when...
Hi David,The following localized Polish string don't work:minut or minuty (for minutes)godzin (for hours)The following work:godzina (for hour or hours) Bez ograniczeń (for Indefinitely)dzień (for...
View ArticleNew Post: Suggestion for Task.LastTaskResult
From all the messages discussing Task.LastTaskResult, this thread seems to be the most detailed. But it's not very clear. This library returns an integer (without much meaning) as the value for...
View ArticleSource code checked in, #97992
* Version 2.5.8 * Updated NuGet to include symbols * Fixed problems with CurrentUICulture * Non-breaking enhancements to TaskEventWatcher * More pre-work on TaskSchedulerConfig
View ArticleCommented Feature: Some localized time units in Polish don't work when...
Hi David,The following localized Polish string don't work:minut or minuty (for minutes)godzin (for hours)The following work:godzina (for hour or hours) Bez ograniczeń (for Indefinitely)dzień (for...
View Article