New Post: Delete IT After- Settings Tab - Immediately
Actually, the library's documentation says, "A TimeSpan value of 1 second indicates the task is set to delete when done. A value of TimeSpan.Zero indicates that the task should not be deleted."
View ArticleSource code checked in, #98030
* Fixed bugs in CredentialsDialog that failed to pull in username or validate password * Fixed ommision in task editors where alternate owners did not force a password retrieval
View ArticleNew Post: Delete IT After- Settings Tab - Immediately
Thanks for the reply. I tried giving TimeSpan value of 1 second but the Task Created in system's task scheduler shows '1 second' instead of 'Immediately' .
View ArticleNew Post: About the TriggerString
I read the source code and found that is a API: GetTriggerString for V1, but not V2. So Task Scheduler Managed Wrapper implement it. But I found the output string of V2 is same with the windows "task...
View ArticleNew Post: About the TriggerString
The native V2 library does not include the trigger string output. It is implemented inside the "Task Scheduler" tool. I implemented it as part of the wrapper.
View ArticleNew Post: Delete IT After- Settings Tab - Immediately
I see the problem now. When I originally wrote the library, there were not nullable types supported in either C# or VB.NET. The native library uses strings that can have the following values:'null' ==...
View ArticleUpdated Wiki: Home
This project provides a wrapper for the Windows Task Scheduler. It aggregates the multiple versions, provides an editor and allows for localization.NuGetThis project's assemblies are available via...
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 ArticleNew Post: Wrapper is providing type 'NotifyCollectionChangedEventArgs'
Okay, thank you for your advice.
View ArticleClosed Unassigned: TaskDefinition.Actions always empty in v1 since release...
It's all in the title :)Actions are always empty in v1 mode (XP/2003) since the version 2.5.0. The last working version is 2.4.2.
View ArticleClosed Issue: The task has been configured with an unsupported combination of...
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 ArticleSource code checked in, #98031
* Functional wizard version of configuration troubleshooter
View ArticleCreated Unassigned: The system cannot find the path specified. [12350]
Hi,After some changes library cannot get data from remote server. Details: I use win7 and try to get state of task on win2003. TaskService is used with forceV1=true.Code to reproduce:``` using...
View ArticleCommented Unassigned: The system cannot find the path specified. [12350]
Hi,After some changes library cannot get data from remote server. Details: I use win7 and try to get state of task on win2003. TaskService is used with forceV1=true.Code to reproduce:``` using...
View ArticleNew Post: A password must be supplied
Hi, New build works fine when you add a new task but does not work with an old task when you try to edit it. For this case UserId always is not empty and check at Task.cs does not work: public bool...
View ArticleNew Post: A password must be supplied
Thank you for doing better testing than me. I have corrected and it will be in the next release.
View ArticleCommented Unassigned: The system cannot find the path specified. [12350]
Hi,After some changes library cannot get data from remote server. Details: I use win7 and try to get state of task on win2003. TaskService is used with forceV1=true.Code to reproduce:``` using...
View ArticleSource code checked in, #98033
* Fixed problem with creating V1 non-calendar triggers * Fixed problem getting V1 task from UNC
View ArticleNew Post: A password must be supplied
I have tested again and found a new issue) Sometime unnecessary dialog appears for current user. I don't know how but right now I have two tasks with current user as runner but its name has different...
View Article