New Post: I want to create a schedule that will run every 1 hour in a day.
Outlook interface of Scheduler control
View ArticleNew Post: Weird exception
There are a number of ways and a number of discussions in this forum that cover the topic. Please search and follow the answers there.
View ArticleSource code checked in, #89105
- Fixed problem with "Start only if the following network..." checkbox logic - Fixed problem with Weekly Wed check box - More work on Security Dialogs
View ArticleClosed Unassigned: Behavior of "Restart if the idle state resumes" does not...
Behavior of "Restart if the idle state resumes" does not match Windows Task Scheduler. The checkbox and text are enabled by default without "Start the task only if the computer is idle for:" being...
View ArticleClosed Feature: TriggerDialog in German [11330]
Is there any way to localize the TriggerEditDialog? And get the Trigger's details in German? All of the editor dialogs and output strings can be localized and some have been already done. If you can do...
View ArticleNew Post: Maximum length of Command parameters in Windows 8 scheduler
I have a console application that takes input command line arguments. I have to schedule this task on Windows 8 using Win32.TaskScheduler or directly from Windows 8 Task Scheduler . The problem is...
View ArticleCreated Unassigned: Maximum length of Command parameters in Windows 8...
I have a console application that takes input command line arguments. I have to schedule this task on Windows 8 using Win32.TaskScheduler or directly from Windows 8 Task Scheduler . The problem is...
View ArticleCommented Unassigned: Task.SetSecurityDescriptorSddlForm and...
The methods Task.GetSecurityDescriptorSddlForm and Task.SetSecurityDescriptorSddlForm accept a parameter of type AccessControlSections. The value of this parameter is passed to...
View ArticleNew Post: Maximum length of Command parameters in Windows 8 scheduler
There is nothing in the Microsoft documentation on command line argument length. There is certainly nothing in the wrapper library code that would limit the length. I would suggest posting this in one...
View ArticleNew Post: Minimal rights to connect remotely to a taskscheduler service
Hi, What are the minimal rights to connect remotely to a taskscheduler service on another server? Code used: using (TaskService ts = new TaskService ("\\servername", "account", "domain", "password")) {...
View ArticleNew Post: Remote TaskHistoryLog
I have updated the TaskEventLog constructor so it accepts optional parameters for username and password.
View ArticleSource code checked in, #89232
- Updated task and folder security access methods and properties - Fixed inconsistencies on task editor for idle settings - Added ability to supply username to allow for remote task event logs -...
View ArticleNew Post: COMException when choosing other user in TaskEditDialog
Is the fix integrated in the latest codes? It seems to be still different.
View ArticleCreated Unassigned: TaskEditDialog Weekly Trigger issue [11614]
When I open a task in the TaskEditDialog the Triggers don't seem to update properly.Steps to reproduce:Create a new TaskEditDialog passing into the constructor the task, true for edit, and true for...
View ArticleNew Post: Disable history on a new task?
Hey Is it possible to disable history on a newly created task? Regards Dennis
View ArticleNew Post: ArguementException: Trigger.Repetition.Interval Must be less than...
Hi i Have a problem used the task scheduler managed wrapper an i really like it a lot my app works fine on win7 and server 2008 but it throws an error on Win server 2003 it says ArguementException:...
View ArticleNew Post: Disable history on a new task?
Not that I'm aware of. This is a system feature and I have never seen any flag that affects it.
View ArticleNew Post: ArguementException: Trigger.Repetition.Interval Must be less than...
The error is exactly as described in the exception: Under XP an WS2K3, you are using the Task Scheduler 1.0 library which demands that "Trigger.Repetition.Interval must be less than...
View ArticleNew Post: COMException when choosing other user in TaskEditDialog
This is fixed in the source code, but has not been compiled into a downloadable assembly for release. If you grab the latest code, you can compile it yourself. A new assembly is forthcoming.
View ArticleNew Post: taskscheduler return next run time incorrect
Hi, I am tring to access task hosted at Europe located server but my code is running on US located server. I am geeting Last Run Time values correct for the task but Next Run time is geeting convert as...
View Article