TaskSchedulerEditor 2.11.0
dotnet add package TaskSchedulerEditor --version 2.11.0
NuGet\Install-Package TaskSchedulerEditor -Version 2.11.0
<PackageReference Include="TaskSchedulerEditor" Version="2.11.0" />
paket add TaskSchedulerEditor --version 2.11.0
#r "nuget: TaskSchedulerEditor, 2.11.0"
// Install TaskSchedulerEditor as a Cake Addin #addin nuget:?package=TaskSchedulerEditor&version=2.11.0 // Install TaskSchedulerEditor as a Cake Tool #tool nuget:?package=TaskSchedulerEditor&version=2.11.0
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
andTaskPropertiesControl
) - 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
andEventViewerControl
) - Task / task folder selection dialog (
TaskBrowserDialog
) - Task history viewer (
TaskHistoryControl
) - Task run-times viewer (
TaskRunTimesControl
andTaskRunTimesDialog
) - 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net6.0-windows7.0 is compatible. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net7.0-windows7.0 is compatible. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net8.0-windows7.0 is compatible. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
-
.NETCoreApp 3.1
- AeroWizard (>= 2.3.1)
- GroupControls (>= 1.9.0)
- TaskScheduler (>= 2.11.0)
- TimeSpan2 (>= 2.4.3)
- Tulpep.ActiveDirectoryObjectPicker (>= 3.0.11)
-
.NETFramework 4.5
- AeroWizard (>= 2.3.1)
- GroupControls (>= 1.9.0)
- TaskScheduler (>= 2.11.0)
- TimeSpan2 (>= 2.4.3)
- Tulpep.ActiveDirectoryObjectPicker (>= 3.0.11)
-
.NETFramework 4.8
- AeroWizard (>= 2.3.1)
- GroupControls (>= 1.9.0)
- TaskScheduler (>= 2.11.0)
- TimeSpan2 (>= 2.4.3)
- Tulpep.ActiveDirectoryObjectPicker (>= 3.0.11)
-
net6.0-windows7.0
- AeroWizard (>= 2.3.1)
- GroupControls (>= 1.9.0)
- TaskScheduler (>= 2.11.0)
- TimeSpan2 (>= 2.4.3)
- Tulpep.ActiveDirectoryObjectPicker (>= 3.0.11)
-
net7.0-windows7.0
- AeroWizard (>= 2.3.1)
- GroupControls (>= 1.9.0)
- TaskScheduler (>= 2.11.0)
- TimeSpan2 (>= 2.4.3)
- Tulpep.ActiveDirectoryObjectPicker (>= 3.0.11)
-
net8.0-windows7.0
- AeroWizard (>= 2.3.1)
- GroupControls (>= 1.9.0)
- TaskScheduler (>= 2.11.0)
- TimeSpan2 (>= 2.4.3)
- Tulpep.ActiveDirectoryObjectPicker (>= 3.0.11)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.11.0 | 2,481 | 5/1/2024 |
2.10.1 | 12,949 | 2/10/2022 |
2.10.0 | 644 | 1/24/2022 |
2.9.3 | 609 | 12/13/2021 |
2.9.2 | 895 | 9/30/2021 |
2.9.1 | 2,894 | 1/28/2021 |
2.9.0 | 982 | 12/9/2020 |
2.8.21 | 4,333 | 9/1/2020 |
2.8.20 | 1,668 | 6/20/2020 |
2.8.19 | 735 | 6/1/2020 |
2.8.18 | 3,290 | 12/20/2019 |
2.8.17 | 4,949 | 11/9/2019 |
2.8.16 | 10,741 | 10/15/2019 |
2.8.15 | 1,838 | 7/19/2019 |
2.8.14 | 786 | 7/17/2019 |
2.8.13 | 893 | 7/12/2019 |
2.8.12 | 1,349 | 6/18/2019 |
2.8.11 | 2,871 | 5/6/2019 |
2.8.10 | 6,832 | 4/8/2019 |
2.8.8 | 1,230 | 3/5/2019 |
2.8.7 | 1,767 | 1/2/2019 |
2.8.6 | 1,488 | 10/26/2018 |
2.8.5 | 1,479 | 9/17/2018 |
2.8.4 | 3,146 | 7/18/2018 |
2.8.3 | 1,252 | 7/18/2018 |
2.8.2 | 1,186 | 7/16/2018 |
2.8.1 | 1,873 | 4/14/2018 |
2.8.0 | 1,403 | 3/12/2018 |
2.7.4 | 1,262 | 3/2/2018 |
2.7.3 | 1,315 | 2/9/2018 |
2.7.2 | 2,878 | 11/16/2017 |
2.7.1 | 1,102 | 11/16/2017 |
2.6.5 | 1,170 | 11/7/2017 |
2.6.4 | 1,110 | 11/7/2017 |
2.6.3 | 1,182 | 10/23/2017 |
2.6.2 | 1,205 | 10/6/2017 |
2.6.1 | 1,290 | 9/13/2017 |
2.6.0 | 1,290 | 8/29/2017 |
2.5.28 | 4,411 | 6/27/2017 |
2.5.27 | 1,291 | 6/11/2017 |
2.5.26 | 1,375 | 5/17/2017 |
2.5.24 | 1,395 | 5/3/2017 |
2.5.23 | 2,444 | 4/7/2017 |
2.5.22 | 5,431 | 2/5/2017 |
2.5.21 | 11,167 | 7/29/2016 |
2.5.20 | 22,947 | 5/14/2016 |
2.5.19 | 1,700 | 4/27/2016 |
2.5.18 | 1,403 | 4/11/2016 |
2.5.17 | 1,414 | 4/7/2016 |
2.5.16 | 1,449 | 3/15/2016 |
2.5.15 | 1,249 | 3/10/2016 |
2.5.14 | 1,595 | 2/12/2016 |
2.5.13 | 1,300 | 2/7/2016 |
2.5.12 | 2,048 | 1/13/2016 |
2.5.11 | 1,347 | 1/4/2016 |
2.5.10 | 1,254 | 12/30/2015 |
2.5.9 | 1,392 | 12/26/2015 |
2.5.8 | 1,395 | 12/22/2015 |
2.5.7 | 1,443 | 12/16/2015 |
2.5.6 | 1,315 | 12/11/2015 |
2.5.4 | 1,892 | 11/17/2015 |
2.5.3 | 1,307 | 11/11/2015 |
2.5.2 | 1,286 | 11/10/2015 |
2.5.1 | 1,269 | 11/9/2015 |
2.5.0 | 1,345 | 11/2/2015 |
2.4.2 | 1,842 | 9/17/2015 |
2.4.0 | 2,129 | 8/14/2015 |
2.3.4 | 2,944 | 6/26/2015 |
2.3.3 | 1,419 | 6/24/2015 |
2.3.2 | 2,154 | 4/24/2015 |
2.3.1 | 1,537 | 3/23/2015 |
2.3.0 | 3,177 | 12/18/2014 |
2.2.2 | 1,494 | 9/25/2014 |
2.2.1 | 1,298 | 9/10/2014 |
2.2.0 | 1,898 | 5/4/2014 |
2.1.1 | 1,752 | 4/17/2014 |
2.1.0 | 1,456 | 4/9/2014 |
2.0.3 | 1,813 | 1/7/2014 |
2.0.0 | 2,079 | 9/17/2013 |
1.9.4 | 1,973 | 3/21/2013 |
1.9.3 | 1,442 | 2/11/2013 |
1.9.2 | 1,862 | 11/29/2012 |
1.8.3 | 1,626 | 7/3/2012 |
1.8.2 | 1,527 | 5/18/2012 |
1.8.1 | 1,665 | 3/14/2012 |
1.8.0 | 1,637 | 1/27/2012 |
1.7.1 | 1,634 | 12/27/2011 |
1.7.0 | 1,975 | 9/13/2011 |
1.6.3 | 1,769 | 7/21/2011 |
1.6.2 | 1,746 | 6/18/2011 |
1.6.1 | 1,832 | 5/4/2011 |
1.6.0 | 1,864 | 4/5/2011 |