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

New Post: Load balancing Task schedular

The library is not thread safe so you will need to manage thread compartmentalization on your own and create a new instance of the TaskService in each thread.

View Article


Source code checked in, #83669

* Update for 1.9.4 release

View Article


Released: Release 1.9.4 (Mar 21, 2013)

Many bug fixes, full support for Windows 7 and Windows 8 additions to core library, and an enhanced editor to allow editing of all properties, since the 1.8.3 release. SeeSource Code for full details...

View Article

Updated Release: Release 1.9.4 (Mar 21, 2013)

Many bug fixes, full support for Windows 7 and Windows 8 additions to core library, and an enhanced editor to allow editing of all properties, since the 1.8.3 release. See Source Code for full details...

View Article

New Post: Load balancing Task schedular

Hi dahall, thanks for the reply.

View Article


New Post: questions on querying server for a single task

I have been filtering through here all day. I have an app that registers tasks for one of our applications. I want to add a check box that will represent the present/not present status of the task. but...

View Article

New Post: questions on querying server for a single task

If by "present/not present" status you mean if the task is registered on the system, you can find that by using the TaskService.FindTask("taskname") method. It will look through all folders and try to...

View Article

Created Issue: my scheduler task not working properly after then [10951]

"the selected task {0} no longer exists. to see the current task click refresh" task scheduler throwing exception while boot up and refreshing.

View Article


New Post: no task scheduler is created when deploy on IIS server

I am setting task scheduler from a button inside a update panel. when I run my project locally, everything is working very fine, but when I deploy my web app to IIS server and I create task scheduler...

View Article


New Post: TriggerEditDialog StartBoundary is not showing 24h format.

Hi. Thanks for great wrapper. I couldnt set 24h format for time display on triggerEditDialog. How can i do this?

View Article

New Post: TriggerEditDialog StartBoundary is not showing 24h format.

I look sourcecode. I sawswitch (value) { case FullDateTimePickerTimeFormat.ShortTime: dateTimePickerTime.Format = DateTimePickerFormat.Custom; dateTimePickerTime.CustomFormat =...

View Article

New Post: no task scheduler is created when deploy on IIS server

Please look at other discussions for hints regarding how to get IIS permissions set so that local and remote tasks can be managed. This is very likely a permissions problem.

View Article

Commented Issue: my scheduler task not working properly after then [10951]

"the selected task {0} no longer exists. to see the current task click refresh" task scheduler throwing exception while boot up and refreshing.Comments: ** Comment from web user: dahall ** Please...

View Article


Commented Issue: my scheduler task not working properly after then [10951]

"the selected task {0} no longer exists. to see the current task click refresh" task scheduler throwing exception while boot up and refreshing.Comments: ** Comment from web user: dev_umut ** Its...

View Article

New Post: Scheduling a remote task using TaskLogonType.Password results in...

-

View Article


Commented Issue: my scheduler task not working properly after then [10951]

"the selected task {0} no longer exists. to see the current task click refresh" task scheduler throwing exception while boot up and refreshing.Comments: ** Comment from web user: dahall ** This error...

View Article

New Post: TriggerEditDialog StartBoundary is not showing 24h format.

In looking at the documentation for CurrentCulture, I think you are correct. I will make the change and include it in the next release.

View Article


Source code checked in, #84271

Fixed CurrentCulture reference in FullDateTimePicker for Trigger dialogs.

View Article

Commented Issue: my scheduler task not working properly after then [10951]

"the selected task {0} no longer exists. to see the current task click refresh" task scheduler throwing exception while boot up and refreshing.Comments: ** Comment from web user: dev_umut ** Yes. Im...

View Article

Commented Issue: my scheduler task not working properly after then [10951]

"the selected task {0} no longer exists. to see the current task click refresh" task scheduler throwing exception while boot up and refreshing.Comments: ** Comment from web user: dahall ** There is a...

View Article
Browsing all 2206 articles
Browse latest View live