Skip to content

easyextensionsquartzattributes JobTriggerAttribute

BigMakCode edited this page Aug 5, 2024 · 1 revision

JobTriggerAttribute Public class

Description

Add this attribute to the class inherited from IJob to set the trigger interval.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph EasyExtensions.Quartz.Attributes
  EasyExtensions.Quartz.Attributes.JobTriggerAttribute[[JobTriggerAttribute]]
  end
  subgraph System
System.Attribute[[Attribute]]
  end
System.Attribute --> EasyExtensions.Quartz.Attributes.JobTriggerAttribute
Loading

Members

Properties

Public properties

Type Name Methods
TimeSpan Interval
Job trigger interval.
get

Details

Summary

Add this attribute to the class inherited from IJob to set the trigger interval.

Inheritance

  • Attribute

Constructors

JobTriggerAttribute

public JobTriggerAttribute(int days, int hours, int minutes, int seconds)
Arguments
Type Name Description
int days Days.
int hours Hours.
int minutes Minutes.
int seconds Seconds.
Summary

Create a new instance of JobTriggerAttribute .

Properties

Interval

public TimeSpan Interval { get; }
Summary

Job trigger interval.

Generated with ModularDoc

Clone this wiki locally