Namespace Quartz.Dashboard.Hubs
Classes
- JobEventDto
A job that has begun running, and the node running it.
- JobExecutionResultDto
How a job execution ended, and the node it ran on.
- JobLifecycleDto
A job that was paused or resumed, and the node that did it.
- SchedulerErrorDto
An error a scheduler reported, and the node that reported it.
- SchedulerStateDto
The state a scheduler is now in, pushed whenever it changes.
- TriggerEventDto
A trigger that fired, completed or misfired, and the node it happened on.
- TriggerLifecycleDto
A trigger that was paused or resumed, and the node that did it.
Interfaces
- IQuartzDashboardHubClient
The events the dashboard hub pushes to a connected browser.