Quartz.Jobs 3.14.0

Quartz.Jobs provides some useful ready-made jobs for your convenience.

Installation

You need to add NuGet package reference to your project which uses Quartz.

Install-Package Quartz.Jobs

Features

DirectoryScanJob

Inspects a directory and compares whether any files' "last modified dates" have changed since the last time it was inspected. If one or more files have been updated (or created), the job invokes a "call-back" method on an IDirectoryScanListenerthat can be found in the SchedulerContext.

FileScanJob

Inspects a file and compares whether its "last modified dates" have changed since the last time it was inspected. If one or more files have been updated (or created), the job invokes a "call-back" method on an IFileScanListenerthat can be found in the SchedulerContext.

NativeJob

Built in job for executing native executables in a separate process.

Example*

var job = new JobDetail("dumbJob", null, typeof(Quartz.Jobs.NativeJob));
job.JobDataMap.Put(Quartz.Jobs.NativeJob.PropertyCommand, "echo \"hi\" >> foobar.txt");
var trigger = TriggerUtils.MakeSecondlyTrigger(5);
trigger.Name = "dumbTrigger";
await scheduler.ScheduleJob(job, trigger);

If PropertyWaitForProcess is true, then the integer exit value of the process will be saved as the job execution result in the JobExecutionContext.

SendMailJob

A Job which sends an e-mail with the configured content to the configured recipient.

Showing the top 20 packages that depend on Quartz.Jobs.

Packages Downloads
Quartz.Plugins
Quartz.NET Plugins; Quartz Scheduling Framework for .NET
2
Quartz.Plugins
Quartz.NET Plugins; Quartz Scheduling Framework for .NET
1
Quartz.Plugins
Quartz Scheduling Framework for .NET
1
Quartz.Plugins
Quartz.NET Plugins; Quartz Scheduling Framework for .NET
0

https://github.com/quartznet/quartznet/releases

.NET Framework 4.6.2

.NET Framework 4.7.2

.NET Standard 2.0

Version Downloads Last updated
3.14.0 2 2025/6/7
3.13.1 1 2025/6/9
3.13.0 1 2025/6/8
3.12.0 0 2024/8/3
3.11.0 1 2025/6/7
3.10.0 1 2025/6/7
3.9.0 0 2024/5/9
3.8.1 0 2024/2/17
3.8.0 0 2023/11/18
3.7.0 0 2023/8/4
3.6.3 3 2025/5/26
3.6.2 1 2025/6/9
3.6.1 1 2025/6/8
3.6.0 1 2025/6/9
3.5.0 0 2022/9/18
3.4.0 1 2025/6/7
3.3.3 0 2021/8/1
3.3.2 0 2021/4/9
3.3.1 1 2025/6/8
3.3.0 0 2021/4/7
3.2.4 1 2025/6/6
3.2.3 1 2025/6/8
3.2.2 0 2020/10/19
3.2.1 0 2020/10/18
3.2.0 1 2025/6/7
3.1.0 0 2020/7/24
3.0.7 1 2025/6/7
3.0.6 1 2025/6/8
3.0.5 0 2018/5/27
3.0.4 1 2025/6/8
3.0.3 0 2018/2/24
3.0.2 0 2018/1/25
3.0.1 0 2018/1/21
3.0.0 0 2017/12/30
3.0.0-beta1 1 2025/6/7