Quantcast
Channel: Task Scheduler Managed Wrapper
Browsing all 2206 articles
Browse latest View live

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 Article


Commented 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 Article


Reopened 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 Article

New 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 Article

New Post: Easy way to retrieve all tasks

TaskService ts2 = new TaskService(); var allTasks = ts2.FindAllTasks(x => true);

View Article


Created 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 Article

Commented 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 Article

Commented 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 Article


New 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 Article


New 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 Article

Commented 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 Article

New 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 Article

Created 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 Article


New 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 Article

New Post: "Repeat task every" feature doesn't work for Polish, Russian,...

This could be a localization issue on our end. Please disregard. :-) Thanks!

View Article


Closed 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 Article

Released: 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 Article


Updated 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 Article

New 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

Source code checked in, #97972

* Version 2.5.6 * Fixed bugs with V1 ActionCollection

View Article
Browsing all 2206 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>