Updated Release: Release 2.2.1 (Sep 09, 2014)
Some bug fixes, better support for Windows 8 additions to core library, addition of Fluent syntax, and crontab syntax, since the 1.9.4 release. Since 2.0.3 release, added support for .NET 2.0 and 4.0,...
View ArticleSource code checked in, #91425
* Changed version to 2.2.2 * Fixed NuGet reference to wizard library * Fixed button rendering problem with TaskWizard
View ArticleNew Post: Last Run Result of any task
Hi, I want to know the last run result of some of the tasks scheduled in windows scheduler. How can I get that information using this library? I tried using "LastTaskResult" property of "Task" class...
View ArticleNew Post: Last Run Result of any task
The only two properties that report on the results of the last execution of a task are LastRunTime and LastTaskResult. LastRunTime gives the time when the execution started and LastRunResult gives the...
View ArticleNew Post: Subscribe to a local or remote TaskService?
Hi all! First of all, I LOVE THIS CODE - it is saving my life in terms of being able to run programs on remote PCs using different credentials! :) ** Here's my question: is there a way to subscribe to...
View ArticleNew Post: Subscribe to a local or remote TaskService?
The only thing that would indicate a task has run is the event log on the computer running the task. You could actually create another task that runs an executable or COM server that fires when a...
View ArticleSource code checked in, #91447
* Fixed problem with TaskEvent queries failing with various options
View ArticleNew Post: Changing schedule through UI library
Hi, I am trying to change schedule of any task by using UI library but it is not working as expected. It changes the time available in settings sections of Edit trigger but it does not change "for a...
View ArticleNew Post: Changing schedule through UI library
Let me know if this documentation doesn't answer your question: https://taskscheduler.codeplex.com/wikipage?title=TriggerSamples
View ArticleNew Post: Changing schedule through UI library
Hi, Thanks for quick reply. I am opening dialog using "TaskEditDialog" from my code. When I open edit trigger from the opened dialog then it is not saving "for a duration of: " setting in advanced...
View ArticleNew Post: Changing schedule through UI library
See the first example "Using the editor" code on this page: https://taskscheduler.codeplex.com/wikipage?title=Examples. Make sure you are either setting the RegisterTaskOnAccept property to true before...
View ArticleSource code checked in, #91502
* Updated event filter editor to allow for task specific items to be included
View ArticleNew Post: Changing schedule through UI library
Hi, It is working fine with all values in drop down "for a duration of: " except for "Indefinitely". When I am selecting "Indefinitely" then some how it is not able to maintain the value. Could you...
View ArticleCreated Unassigned: Remote windows server 2003 Task scheduling access [11880]
hi,when i tried to connect a remote server(windows 2003) using the line,Microsoft.Win32.TaskScheduler.TaskService _taskservice = new Microsoft.Win32.TaskScheduler.TaskService(servername, username,...
View ArticleCommented Unassigned: Remote windows server 2003 Task scheduling access [11880]
hi,when i tried to connect a remote server(windows 2003) using the line,Microsoft.Win32.TaskScheduler.TaskService _taskservice = new Microsoft.Win32.TaskScheduler.TaskService(servername, username,...
View ArticleNew Post: Changing schedule through UI library
I have done this on Windows 8.1, XP and 7 without a problem. In my code, I'm setting the RegisterTaskOnAccept property of the TaskEditDialog to true and have a DailyTrigger that can set and unset the...
View ArticleSource code checked in, #91514
* Fixed PowerShell translation in Win8 for email actions * Updated EmailAction UI editing
View ArticleSource code checked in, #91560
* More updates to PowerShell conversions * Fixed selection bug in ActionEditDialog * Changed visibility of internal dialogs to private
View Article