Source code checked in, #97964
* Version 2.5.5 * Added ability to edit COM CLSID in editor without opening search dialog * Re-exposed TaskEventEnumerator * Added predicate based lookup of Tasks (TaskService.FindAllTasks) * Fixed bug...
View ArticleCommented Issue: The task has been configured with an unsupported combination...
Hi,Since I've updated to the latest stable release(2.5.4) I'm getting the following error:_The task has been configured with an unsupported combination of account settings and run time options....
View ArticleReopened Issue: The task has been configured with an unsupported combination...
Hi,Since I've updated to the latest stable release(2.5.4) I'm getting the following error:_The task has been configured with an unsupported combination of account settings and run time options....
View ArticleNew Post: Easy way to retrieve all tasks
Is there an easy way to retrieve all tasks (regardless of whether they are active or not)? I've seen the sample: TaskService ts = new TaskService(); var allTasks = ts.FindAllTasks(x => x.IsActive);...
View ArticleNew Post: Easy way to retrieve all tasks
TaskService ts2 = new TaskService(); var allTasks = ts2.FindAllTasks(x => true);
View ArticleCreated Unassigned: NullReferenceException when display Run Times in...
When I try displaying the schedule for the an __existing__ task, I see the following error in the Run Times tab.Unable to show the run times for this task.Error: System.NullReferenceException: Object...
View ArticleCommented Unassigned: NullReferenceException when display Run Times in...
When I try displaying the schedule for the an __existing__ task, I see the following error in the Run Times tab.Unable to show the run times for this task.Error: System.NullReferenceException: Object...
View ArticleCommented Unassigned: NullReferenceException when display Run Times in...
When I try displaying the schedule for the an __existing__ task, I see the following error in the Run Times tab.Unable to show the run times for this task.Error: System.NullReferenceException: Object...
View ArticleNew Post: IsActive vs Enabled Properties of Task Class
My guess is that the Enabled property follows whether or not the Task object is enabled in the scheduler and the IsActive property follows whether or not the Task object is currently running. In my...
View ArticleNew Post: IsActive vs Enabled Properties of Task Class
Active tasks are enabled and at least one trigger does not have an EndBoundary or the EndBoundary is in the future or it is a TimeTrigger.
View ArticleCommented Issue: The task has been configured with an unsupported combination...
Hi,Since I've updated to the latest stable release(2.5.4) I'm getting the following error:_The task has been configured with an unsupported combination of account settings and run time options....
View ArticleNew Post: IsActive vs Enabled Properties of Task Class
Thanks for the clarification. That makes sense. Sorry for the dumb question. Love the work you've done on this. Thanks again!
View ArticleCreated Unassigned: TaskDefinition.Actions.Count is always zero for XP [12303]
Since version 5.5.0 the TaskDefinition.Actions.Count is always zero for XP.Code Example:```Dim AllTasks() As Task = ts.FindAllTasks(New System.Text.RegularExpressions.Regex("."), False)For i As Integer...
View ArticleNew Post: "Repeat task every" feature doesn't work for Polish, Russian,...
Hi David, the "Repeat task every" feature doesn't work for the abovementioned languages. For example for Polish, the equivalent for "1 Hour" is "1 godzine", and TryParse (string s, IFormatProvider...
View ArticleNew Post: "Repeat task every" feature doesn't work for Polish, Russian,...
This could be a localization issue on our end. Please disregard. :-) Thanks!
View ArticleClosed Unassigned: TaskDefinition.Actions.Count is always zero for XP [12303]
Since version 5.5.0 the TaskDefinition.Actions.Count is always zero for XP.Code Example:```Dim AllTasks() As Task = ts.FindAllTasks(New System.Text.RegularExpressions.Regex("."), False)For i As Integer...
View ArticleReleased: Release 2.5.6 (Dec 11, 2015)
Update historyVersion 2.5.6Bug fixes (V1 actions count and retention)Version 2.5.5Bug fixes (V1 registration validation & Task.IsActive)Version 2.5.4Added TaskEventWatcher component that enables...
View ArticleUpdated Release: Release 2.5.6 (Dec 11, 2015)
Update historyVersion 2.5.6Bug fixes (V1 actions count and retention)Version 2.5.5Bug fixes (V1 registration validation & Task.IsActive)Version 2.5.4Added TaskEventWatcher component that enables...
View ArticleNew Post: Some localized time units in Polish don't work when setting "Repeat...
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