New Post: doesn't show all tasks on win 2003
At least a couple of weeks. I'm adding a requested feature around event based triggers that is taking some real effort.
View ArticleNew Post: setting the StartBoundary to a valid DateTime not working
I am using a DateTime value to set the StartBoundary of several Triggers (daily, weekly, monthly). I am loging the DateTime and StartBoundary after assignment. The two values are equal. But when I...
View ArticleNew Post: setting the StartBoundary to a valid DateTime not working
Problem Solved. After some testing outside of the main project I found that there is a seven (7) hour difference in each time. To fix this I just check the time difference and update the time just...
View ArticleNew Post: setting the StartBoundary to a valid DateTime not working
The DateTime structure that is passed to the StartBoundary property will be interpreted as the local time on the system running the tasks unless the DateTime value is constructed with a DateTimeKind...
View ArticleUpdated Wiki: Documentation
There is a help file included with the download that provides an overview of the various classes. The Microsoft MSDN documentation provides an excellent overview of the Task Scheduler along with...
View ArticleUpdated Wiki: Documentation
Documentation Home Page There is a help file included with the download that provides an overview of the various classes. The Microsoft MSDN documentation provides an excellent overview of the Task...
View ArticleUpdated Wiki: Classes Overview
Class DocumentationThe Downloads page contains a full help file which documents every class in detail.The TaskService class represents the machine specific instance of the system task scheduler. It...
View ArticleUpdated Wiki: TaskSecurity
Security Explanations and SamplesConnecting to a remote serverIn calling the method, there are some settings to note: Either do not use the last boolean parameter (as in the example below) or set the...
View ArticleUpdated Wiki: Examples
Examples Home Page Below are some examples of how to use most of the functions of the library:Using the editorSimple exampleEnumerate all tasksComplex exampleTask history exampleOn all these examples,...
View ArticleUpdated Wiki: TaskSecurity
Security Explanations and SamplesConnecting to a remote serverIn calling the method, there are some settings to note: Either do not use the last boolean parameter (as in the example below) or set the...
View ArticleUpdated Wiki: Examples
Examples Home Page Below are some examples of how to use most of the functions of the library:Using the editorSimple exampleEnumerate all tasksComplex exampleTask history exampleOn all these examples,...
View ArticleUpdated Wiki: Examples
Examples Home Page You can go to these pages for more sample code:Trigger Example CodeAction Example CodeSecurity Explanations and Samples Below are some examples of how to use most of the functions of...
View ArticleUpdated Wiki: Documentation
Documentation Home Page There is a help file included with the download that provides an overview of the various classes. The Microsoft MSDN documentation provides an excellent overview of the Task...
View ArticleUpdated Wiki: TaskSecurity
Security Explanations and Samples Below are some discussions and sample code related to the following tasks: Connecting to a remote server or local server with different credentials (This is often...
View ArticleUpdated Wiki: TriggerSamples
Trigger Samples First thing to note is that all triggers derive from the abstract Trigger class. There are some basic properties in this class which can be set for all triggers. For the sample below,...
View ArticleNew Post: How to create Task into Task Scheduler?
kiquenet: Please see the various Documentation pages for sample code, documentation and even a sample project. You can also check out the Source code area and look at the TestTaskService project code...
View ArticleSource code checked in, #91342
* Moved task event handling code to TaskScheduler project * Added ability to search by Id for Actions and Triggers * Added Add method to create an ExecAction directly from Actions collection * Fixed...
View ArticleClosed Issue: Getting COMExcpetion when attempting to register changes in a...
I've create a task using this library, that worked.Now when I use the TaskEdit dialog in the following way:```Using D As New TaskEditDialog() Using Tsk As Task = ts.GetTask("\MyTasks\Task1") D.Editable...
View ArticleClosed Unassigned: Getting operation failed when trying to update [11315]
The task scheduler keeps returning the operation failed. Please copy the information below and provide it to your system administratorbut there is no information below to submit to the system...
View ArticleUpdated Wiki: TaskSecurity
Security Explanations and Samples Below are some discussions and sample code related to the following tasks: Connecting to a remote server or local server with different credentials (This is often...
View Article