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

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 Article


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


Source code checked in, #98204

* Updated German localizations (thanks dermaier) * Version 2.5.25

View Article

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

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


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

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

New Post: Bug Win10 Incorrect XML Value

This should be fixed with version 2.5.23.

View Article


Source code checked in, #98205

* Version 2.5.26 * More German translations

View Article


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

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

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

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


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

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


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

New Post: TaskLogonType.Group Error on Windows 7 professional

I tried that as well. It gives the same error.

View Article


New Post: TaskLogonType.Group Error on Windows 7 professional

So, do you have any other idea? Or perhaps another version for me to try?

View Article

Created 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

Closed 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
Browsing all 2206 articles
Browse latest View live


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