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

New Post: How to disable task scheduler in c#

This exact question has been asked and answered: https://taskscheduler.codeplex.com/discussions/442540.

View Article


Closed Unassigned: Cannot list tasks [11226]

My tasks are located in C:\Windows\System32\Tasks and not C:\Windows\Tasks is there anyway to change the default folder location of "\" so my tasks can be located?Comments: This library does not hard...

View Article


New Post: How to disable task scheduler in c#

Hi all, the issue is fixed but one other error is coming after using this function in other function of application getting error "safe handle has been closed". how to resolve this issue. Thanks

View Article

New Post: How to disable task scheduler in c#

Typically this means that you have disposed of the object and then are trying to use it again. Look out for the use of "using" statements. Once a using block is complete, the underlying COM objects are...

View Article

New Post: How to disable task scheduler in c#

Hi sir, Instead of using keyword what code we can use? can u share some code here? Thanks

View Article


New Post: How to disable task scheduler in c#

Hi sir, Discribing some more about this issue. i copied the stack trace here which is below: at System.Security.Principal.Win32.ImpersonateLoggedOnUser(SafeTokenHandle hToken)\r\n at...

View Article

New Post: Thanks for this project

Just wanted to say thanks for this project. It made it extremely easy to manage scheduled tasks for a project I was working on.

View Article

New Post: FindAllTasks In Windows Server 2008 R2

I'm having an issue with the taskservice FindAllTasks function. Using Windows Server 2008 R2, it doesn't appear to enumerate any tasksk in the root folder? Can anyone help?

View Article


New Post: FindAllTasks In Windows Server 2008 R2

Usually this is a permissions problem. Check the permissions of both the executable and how you are connecting to the server with the TaskService constructor.

View Article


New Post: How to disable task scheduler in c#

If you are putting TaskService inside a using clause like the following, you cannot use the variable outside the brackets.using (TaskService ts = new TaskService()) { // All references to "ts" must be...

View Article

New Post: How to disable task scheduler in c#

Scheduler Control for C# WinForms

View Article

Source code checked in, #87116

* Final bits for 2.0 release * Updated XML comments and added further support for cron syntax. * Moved fluent classes into separate child namespace (Fluent)

View Article

Released: Release 2.0 (Sep 10, 2013)

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. SeeSource Code for full details of changes.Download...

View Article


Updated Release: Release 2.0 (Sep 10, 2013)

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. See Source Code for full details of changes.Download...

View Article

New Post: Thanks for this project

Glad you like it. Please take a moment to provide a review and/or ranking for the current release.

View Article


New Post: Examples how to include license notice in our project

Hello, there is no example, in which way we should to include license notice, when using your great library. Should it be text file in the same place as binary file, or notice in "About form"? Which is...

View Article

New Post: Examples how to include license notice in our project

You may either include a link to the license or project in your "About form" or copy the MIT license text and include that in your project documentation.

View Article


New Post: How to disable task scheduler in c#

Hi sir, Discribing some more about this issue. i copied the stack trace here which is below: at System.Security.Principal.Win32.ImpersonateLoggedOnUser(SafeTokenHandle hToken)\r\n at...

View Article

New Post: RunningTask Parameters/Arguments

td.Actions.Add(new ExecAction("myprogram.exe", "$(Arg0),$(Arg1),$(Arg2)")); task.Run("A", "B", "C"); I am unsure what task refers to. My code:objTaskService = New TaskService Dim objTrigger As New...

View Article

New Post: Unable to invoke task.Run

td.Actions.Add(new ExecAction("myprogram.exe", "$(Arg0),$(Arg1),$(Arg2)")); task.Run("A", "B", "C"); I am unsure what task refers to. My code:objTaskService = New TaskService Dim objTrigger As New...

View Article
Browsing all 2206 articles
Browse latest View live


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