Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class JobStatusChangedEventArgs

Job Status Changed Event arguments

Inheritance
System.Object
JobStatusChangedEventArgs
Namespace: EPiServer.Scheduler
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class JobStatusChangedEventArgs : EventArgs

Constructors

JobStatusChangedEventArgs(String)

Initializes a new instance

Declaration
public JobStatusChangedEventArgs(string message)
Parameters
Type Name Description
System.String message

Message

Properties

Message

Gets the Message

Declaration
public string Message { get; }
Property Value
Type Description
System.String

Extension Methods