TaskSchedulerEditor 2.10.1

dotnet add package TaskSchedulerEditor --version 2.10.1
NuGet\Install-Package TaskSchedulerEditor -Version 2.10.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TaskSchedulerEditor" Version="2.10.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TaskSchedulerEditor --version 2.10.1
#r "nuget: TaskSchedulerEditor, 2.10.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TaskSchedulerEditor as a Cake Addin
#addin nuget:?package=TaskSchedulerEditor&version=2.10.1

// Install TaskSchedulerEditor as a Cake Tool
#tool nuget:?package=TaskSchedulerEditor&version=2.10.1

About

A Windows Forms User Interface library supporting TaskScheduler, a .NET wrapper for the Windows Task Scheduler. It provides controls mimicking all the UI components of the Windows Task Scheduler app with extended features and supporting controls.

More information can be found on the project page on GitHub.

Support

Below are links to sites that provide in-depth examples, documentation and discussions. Please go here first with your questions as the community has been active for over a decade.

  • Wiki - Sample code, library how-to, troubleshooting, etc.
  • API documentation - Class/method/property documentation and examples
  • Full Issues Log - Use the search box to see if your question may already be answered.
  • Discussion Forum - Users helping users, enhancement requests, Q&A (retired Google forum here)

Key Features

Localized and localizable UI editors and a wizard for tasks which mimic the ones in Vista and later and adds optional pages for new properties. Following is the list of available UI controls:

  • Task editor dialog and tabbed control which mimics system editor (TaskEditDialog and TaskPropertiesControl)
  • Task editor dialog using more modern UI scheme (TaskOptionsEditor)
  • Task creation wizard (TaskSchedulerWizard)
  • Action editor dialog (ActionEditDialog)
  • Trigger editor dialog (TriggerEditDialog)
  • Windows Event Log viewer which works for all events, not just Task Scheduler's (EventViewerDialog and EventViewerControl)
  • Task / task folder selection dialog (TaskBrowserDialog)
  • Task history viewer (TaskHistoryControl)
  • Task run-times viewer (TaskRunTimesControl and TaskRunTimesDialog)
  • Task service remote connection dialog (TaskServiceConnectDialog)
  • Simplified classes for pulling events from the system event log.
  • A DropDownCheckList control that is very useful for selecting flag type enumerations.
  • A FullDateTimePicker control which allows both date and time selection in a single control.
  • A CredentialsDialog class for prompting for a password which wraps the Windows API.

The currently supported localizations include: English, Spanish, Italian, French, Chinese (Simplified), German, Polish and Russian.

Usage

// Create a new task
Task t = TaskService.Instance.AddTask("Test", QuickTriggerType.Daily, "myprogram.exe");

// Edit task and re-register if user clicks Ok
TaskEditDialog editorForm = new TaskEditDialog(task: t, editable: true, registerOnAccept: true);
editorForm.ShowDialog();

For extended examples on how to the use the library, look at the Examples Page.

Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on TaskSchedulerEditor:

Repository Stars
Warewolf-ESB/Warewolf
Effortless Microservice Design and Integration. This repository includes the code-base for the Warewolf Studio and Server.
project-sbc/Handheld-Control-Panel
tushev/aojdk-updatewatcher
Automatic update tool for AdoptOpenJDK, Eclipse Temurin™ and/or IBM® Semeru® Open Edition releases
Version Downloads Last updated
2.10.1 8,931 2/10/2022
2.10.0 606 1/24/2022
2.9.3 564 12/13/2021
2.9.2 845 9/30/2021
2.9.1 2,422 1/28/2021
2.9.0 920 12/9/2020
2.8.21 2,540 9/1/2020
2.8.20 1,621 6/20/2020
2.8.19 703 6/1/2020
2.8.18 2,418 12/20/2019
2.8.17 4,549 11/9/2019
2.8.16 10,690 10/15/2019
2.8.15 1,787 7/19/2019
2.8.14 754 7/17/2019
2.8.13 851 7/12/2019
2.8.12 1,291 6/18/2019
2.8.11 2,746 5/6/2019
2.8.10 6,774 4/8/2019
2.8.8 1,113 3/5/2019
2.8.7 1,725 1/2/2019
2.8.6 1,437 10/26/2018
2.8.5 1,439 9/17/2018
2.8.4 3,101 7/18/2018
2.8.3 1,218 7/18/2018
2.8.2 1,149 7/16/2018
2.8.1 1,825 4/14/2018
2.8.0 1,369 3/12/2018
2.7.4 1,240 3/2/2018
2.7.3 1,280 2/9/2018
2.7.2 2,832 11/16/2017
2.7.1 1,063 11/16/2017
2.6.5 1,135 11/7/2017
2.6.4 1,077 11/7/2017
2.6.3 1,143 10/23/2017
2.6.2 1,171 10/6/2017
2.6.1 1,254 9/13/2017
2.6.0 1,255 8/29/2017
2.5.28 3,837 6/27/2017
2.5.27 1,268 6/11/2017
2.5.26 1,340 5/17/2017
2.5.24 1,364 5/3/2017
2.5.23 2,408 4/7/2017
2.5.22 5,392 2/5/2017
2.5.21 10,359 7/29/2016
2.5.20 19,237 5/14/2016
2.5.19 1,665 4/27/2016
2.5.18 1,367 4/11/2016
2.5.17 1,379 4/7/2016
2.5.16 1,416 3/15/2016
2.5.15 1,208 3/10/2016
2.5.14 1,553 2/12/2016
2.5.13 1,262 2/7/2016
2.5.12 1,954 1/13/2016
2.5.11 1,311 1/4/2016
2.5.10 1,215 12/30/2015
2.5.9 1,358 12/26/2015
2.5.8 1,358 12/22/2015
2.5.7 1,408 12/16/2015
2.5.6 1,277 12/11/2015
2.5.4 1,861 11/17/2015
2.5.3 1,268 11/11/2015
2.5.2 1,246 11/10/2015
2.5.1 1,228 11/9/2015
2.5.0 1,310 11/2/2015
2.4.2 1,804 9/17/2015
2.4.0 2,083 8/14/2015
2.3.4 2,892 6/26/2015
2.3.3 1,367 6/24/2015
2.3.2 2,092 4/24/2015
2.3.1 1,500 3/23/2015
2.3.0 3,119 12/18/2014
2.2.2 1,453 9/25/2014
2.2.1 1,264 9/10/2014
2.2.0 1,850 5/4/2014
2.1.1 1,709 4/17/2014
2.1.0 1,418 4/9/2014
2.0.3 1,764 1/7/2014
2.0.0 2,047 9/17/2013
1.9.4 1,944 3/21/2013
1.9.3 1,404 2/11/2013
1.9.2 1,818 11/29/2012
1.8.3 1,587 7/3/2012
1.8.2 1,486 5/18/2012
1.8.1 1,627 3/14/2012
1.8.0 1,597 1/27/2012
1.7.1 1,591 12/27/2011
1.7.0 1,933 9/13/2011
1.6.3 1,727 7/21/2011
1.6.2 1,703 6/18/2011
1.6.1 1,793 5/4/2011
1.6.0 1,819 4/5/2011