A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class ScheduledJobEventArgs

Class to pass event arguments from ScheduledJob events.

Inheritance
System.Object
ScheduledJobEventArgs
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class ScheduledJobEventArgs : EventArgs

Constructors

ScheduledJobEventArgs(ScheduledJob)

Declaration
public ScheduledJobEventArgs(ScheduledJob job)
Parameters
Type Name Description
ScheduledJob job

Properties

Job

Job affected by event

Declaration
public ScheduledJob Job { get; }
Property Value
Type Description
ScheduledJob

Extension Methods