New Post: add task in subfolder
No exists method for add task in subfolder. Or why add task in subfolder.
View ArticleNew Post: add task in subfolder
The TaskFolder class represents a folder regardless of its level and tasks are added to a folder using the RegisterTaskDefinition method....
View ArticleNew Post: Using DLL file
You can pull this into your project using NuGet. Look for the Task Scheduler Managed Wrapper (TaskScheduler) package.
View ArticleNew Post: Task Sheduler Microsoft.Win32.TaskScheduler
One line of code!PrivateSub TaskRunSheduler() ' Create a new task definition and assign propertiesDim t As Task = TaskService.Instance.AddTask("RunWeeklyBasis", New WeeklyTrigger With { .StartBoundary...
View ArticleNew Post: LastRunResult column in Task Scheduler not the same as...
It could. The wrapper library goes a step further than the native when looking for the last run result. Not only does it check the value displayed in the Task Scheduler applet, but if that doesn't...
View ArticleNew Post: Problems with Windows 10. Tasks are scheduled, repetitions is...
I'm curious, could the task still be running from the last execution? I noticed you don't have MultipleInstancesPolicy set to terminate or run a new instance. I was able to load the XML on my Win10...
View ArticleNew Post: Problems with Windows 10. Tasks are scheduled, repetitions is...
Hi Dahall, thanks for your reply. The task was not running, I could see status was "Ready" and I was monitoring for an executable run by this and it was not present on task manager. If I switch from...
View ArticleCreated Unassigned: Change password for user account [12440]
Hi all,how can i change the password for a scheduled Task that is associated to run with a certain account? Is this even possible? Thanks for any hint.yb
View ArticleClosed Unassigned: Change password for user account [12440]
Hi all,how can i change the password for a scheduled Task that is associated to run with a certain account? Is this even possible? Thanks for any hint.ybComments: This is not an issue. You simply need...
View ArticleCommented Unassigned: Change password for user account [12440]
Hi all,how can i change the password for a scheduled Task that is associated to run with a certain account? Is this even possible? Thanks for any hint.ybComments: ** Comment from web user: yetibrain **...
View ArticleCommented Unassigned: Change password for user account [12440]
Hi all,how can i change the password for a scheduled Task that is associated to run with a certain account? Is this even possible? Thanks for any hint.ybComments: ** Comment from web user: dahall **...
View ArticleCommented Unassigned: Change password for user account [12440]
Hi all,how can i change the password for a scheduled Task that is associated to run with a certain account? Is this even possible? Thanks for any hint.ybComments: ** Comment from web user: yetibrain **...
View ArticleNew Post: Edit existing tasks
I cant find anything in the documentation that tells me how to edit tasks I have already registered? I have tried: matchingJob.Definition.Settings.Enabled = false;...
View ArticleNew Post: Edit existing tasks
Check out the following link: https://taskscheduler.codeplex.com/wikipage?title=Examples&referringTitle=Documentation#get You need to use the RegisterChanges method after making changes to the...
View ArticleNew Post: Set ExecutionTimeLimit to TimeSpan.Zero doesn't work
I'm using the TaskScheduler.dll (version 2.5.21) in order to create a new task. I want my task to run indefinitely, for that I'm setting the ExecutionTimeLimit property to TimeSpan.Zero. When I execute...
View ArticleNew Post: Set ExecutionTimeLimit to TimeSpan.Zero doesn't work
Additional information: I just see that It does not work since I change the Compatibility to TaskCompatibility.V1
View ArticleNew Post: Set ExecutionTimeLimit to TimeSpan.Zero doesn't work
When the TaskCompatibility.V1 is set (and I would recommend against it as the library will auto downgrade for XP) then you are working with the 15 year old task library and the ITask.SetMaxRunTime...
View ArticleNew Post: Problems with Windows 10. Tasks are scheduled, repetitions is...
I was unable to duplicate your error on either Win10 systems I have. I have made some changes to limit the repetitive runs after the logon trigger and explicitly set the...
View ArticleNew Post: No task found when running on remote Windows Server 2008 R2 from...
Hello, I am having an issue with getting list of task (or certain task). When running application on Server 2003 and trying to get list of all task from remote server 2008 it returns empty list of...
View ArticleNew Post: Getting (16,8):StartBoundary: Exception when Schdeduling Task
Hello, I am trying to create a scheduled task. I am getting below mentioned error. I am using windows 7 x64 with VS2010 and my project targets .NET Framework 3.5. Please help as soon as possible as I...
View Article