New Post: TriggerCollection.Add() adds the Trigger but sets the StartBoundary...
I am fetching a Task with "n" number of Triggers, and wanting to add 1 more Trigger in the Task that becomes "n+1". So to achieve this I fetch the Task and get all the details in the TEmp_Task. Then,...
View ArticleNew Post: TriggerCollection.Add() adds the Trigger but sets the StartBoundary...
If you are just adding a single new trigger to an existing task, you can just do the following:Task t = ts.GetTask(taskName); if (t == null) return; td.Triggers.Add(new IdleTrigger()); // or any other...
View ArticleSource code checked in, #98204
* Updated German localizations (thanks dermaier) * Version 2.5.25
View ArticleUpdated Release: Release 2.5.24 (May 17, 2017)
Update historyVersion 2.5.26German localization completedVersion 2.5.24Fixed background thread conflicts in TaskHistoryControlAdded TaskFolder.EnumerateTasks and TaskFolder.EnumerateFolders methods to...
View ArticleReleased: Release 2.5.24 (May 17, 2017)
Update historyVersion 2.5.26German localization completedVersion 2.5.24Fixed background thread conflicts in TaskHistoryControl Added TaskFolder.EnumerateTasks and TaskFolder.EnumerateFolders methods to...
View ArticleReleased: Release 2.5.26 (May 17, 2017)
Update historyVersion 2.5.26German localization completedVersion 2.5.24Fixed background thread conflicts in TaskHistoryControl Added TaskFolder.EnumerateTasks and TaskFolder.EnumerateFolders methods to...
View ArticleUpdated Release: Release 2.5.26 (May 17, 2017)
Update historyVersion 2.5.26German localization completedVersion 2.5.24Fixed background thread conflicts in TaskHistoryControlAdded TaskFolder.EnumerateTasks and TaskFolder.EnumerateFolders methods to...
View ArticleNew Comment on "EventSamples"
Could you please also share IndexOfTask(string) method definition? I could not find it in even TestTaskWatcher.zip attached here. Thanks in advance, Chandra
View ArticleNew Comment on "EventSamples"
IndexOfTask was an internal method that only found the index of the task's ListViewItem in the form's ListView control. It simply did a search of the name.
View ArticleNew Post: TaskLogonType.Group Error on Windows 7 professional
I need to create a task that will from time to time on different user admin accounts . So, when I try using the "Principal.LogonType = TaskLogonType.Group;" on my computer with Windows 8, it works...
View ArticleCreated Unassigned: COM exception thrown [12462]
When trying to access the Task.Definition property, I get a COMException.I'm running Windows 10 Build 15063 x64. The process is running with Admin rights
View ArticleCommented Unassigned: COM exception thrown [12462]
When trying to access the Task.Definition property, I get a COMException.I'm running Windows 10 Build 15063 x64. The process is running with Admin rightsComments: ** Comment from web user: dahall **...
View ArticleCommented Unassigned: COM exception thrown [12462]
When trying to access the Task.Definition property, I get a COMException.I'm running Windows 10 Build 15063 x64. The process is running with Admin rightsComments: ** Comment from web user: dahall **...
View ArticleNew Post: TaskLogonType.Group Error on Windows 7 professional
Please try registering the task with the group information and let me know if that fixes the problem:// Leave all setup code the same ts.RootFolder.RegisterTaskDefintion("teste", td,...
View ArticleNew Post: TaskLogonType.Group Error on Windows 7 professional
I tried that as well. It gives the same error.
View ArticleNew Post: TaskLogonType.Group Error on Windows 7 professional
So, do you have any other idea? Or perhaps another version for me to try?
View ArticleCreated Unassigned: Can not create a CustomTrigger! [12463]
Hi~ I want to registe an one time task ,so I try to use customTrigger. But I failed to create customTrigger by the code like :> CustomTrigger custTrigger =...
View ArticleClosed Unassigned: Can not create a CustomTrigger! [12463]
Hi~ I want to registe an one time task ,so I try to use customTrigger. But I failed to create customTrigger by the code like :> CustomTrigger custTrigger =...
View Article