QuartzApiCore.API
1.1.2
Quartz Admin allows you to fire up a UI web interface to manage your Quartz scheduler. It's plug and play all you have to do is pass it on your scheduler instance and it will pull all your jobs from it.
- View all the jobs together with the schedule
- Execute jobs on demand
- List triggers
Install-Package QuartzApiCore.API -Version 1.1.2
dotnet add package QuartzApiCore.API --version 1.1.2
<PackageReference Include="QuartzApiCore.API" Version="1.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add QuartzApiCore.API --version 1.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: QuartzApiCore.API, 1.1.2"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETCoreApp 2.1
- Microsoft.NETCore.App (>= 2.1.0)
- Quartz (>= 3.0.6)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.