Closed Unassigned: Code to check the staus of scheduled task in remote...
Hi Folks,I do have a requirement:1.Need to get the status of all scheduled tasks schduled in a remote machine2.Based on status need to send an alert emailThis is my sample code:using System;using...
View ArticleNew Comment on "Examples"
When i did tried to run the code getting error: Error 3 'Action' is an ambiguous reference between 'System.Action' and 'Microsoft.Win32.TaskScheduler.Action' Believe some reference is missing.Could you...
View ArticleUpdated Wiki: Examples
Below are some examples of how to use most of the functions of the library:Connecting to a remove serverUsing the editorSimple exampleEnumerate all tasksComplex exampleTask history exampleOn all these...
View ArticleNew Comment on "Examples"
sisir14, please see note on prefacing Action references on this page with 'Microsoft.Win32.TaskScheduler'
View ArticleNew Post: Task schedular OXFF Error
Hello, I am also facing the similar situation where the scheduled task ends with 0Xff in the last result. When I run the script alone it is working fine. but I am facing issue only when I run with the...
View ArticleNew Post: Task schedular OXFF Error
Please check to make sure that the permissions required to run the task are held by whichever account is used to register the task. If you are running the script as your account, you can get different...
View ArticleNew Post: COMException connecting to Windows 2012 Task Scheduler remotely
Hi, I tried the code, i can get the XML, it's not throwing any exceptions and the XML is printed to the console. I got 2 XML's with 1.4 version in the root folder. I found some tasks with version 1.3...
View ArticleNew Post: {"Logon failure: unknown user name or bad password. (Exception from...
Hi i too have the same issue, credentials which i have passed are correct but no joy. Could you please tell me what do you mean by appropriate password? Please help me.
View ArticleNew Post: {"Logon failure: unknown user name or bad password. (Exception from...
A valid username and password must be provided in both the TaskService constructor and in the RegisterTaskDefinition method.
View ArticleNew Post: How to disable "stop task if..."
I just tried this with V1.9.4 in Windows XP SP3. Not sure what I'm doing wrong, but TimeSpan.Zero results in the checkbox being checked and 0,0 for the time limit. XP is not nearly as important to me,...
View ArticleNew Post: Problem creating a new task
Hi!! I have a problem when I try to create a new task. When I catch the error, the message is "(19,8):LogonType". In fact, I try to create the new task into setup project in VS 2010. I'm not sure if...
View ArticleNew Post: Problem creating a new task
What environment are you in? If this is an ASP.NET instance, please search the discussions for how to set permissions and accounts correctly within that environment.
View ArticleNew Post: About V2
Thanks for your product. I'm trying to use ShowMessageAction but an error happened when an Instance was created. When will "v2" becomes available? And before that, how can I show a message at a...
View ArticleNew Post: About V2
ShowMessageAction has been working for many years and will display a message to the user at a specified time. The OS must be Vista or later. There is an example within the Documentation section that...
View ArticleNew Post: About V2
But when I use it, an error occurs like this image: I'm using windows 8 and Execaction works perfectly. Please help me. Thank you.
View ArticleNew Post: About V2
This could mean that you have an invalid character used in the message.
View ArticleSource code checked in, #85083
* Removed and sorted all 'using' blocks * Added TaskServiceExecutor project to handle v2 actions under XP (WIP) * Update version to 1.9.5 for next release * Consolidated all shared assembly information...
View ArticleNew Post: DeleteExpiredTaskAfter?
Hey ho all ... first of all, i'm new in c# and my english is very poor :( So now my question .. I'm creating a Task with the following Codetd.RegistrationInfo.Description = " Some Text which describes...
View ArticleNew Post: Error after change Task Settings
I'm using SharpDevelop or MonoDevelop I've got an error after change option in ComboBox (If task is already running, then the following rule applies) in Settings tab. Could You help me with this...
View ArticleSource code checked in, #85130
* Updated all native interop calls to use shared library
View Article