Class TimerJobRun
Class that holds the state information that's being stored in the web property bag of web that's being "processed"
Inheritance
System.Object
TimerJobRun
Namespace: PnP.Framework.TimerJobs
Assembly: PnP.Framework.dll
Syntax
public class TimerJobRun : object
Fields
PreviousRun
DateTime of the previous run attempt
Declaration
public DateTime? PreviousRun
Field Value
System.
|
PreviousRunSuccessful
Bool indicating if the previous run was successful
Declaration
public bool? PreviousRunSuccessful
Field Value
System.
|
PreviousRunVersion
Timer job version used during the previous run
Declaration
public string PreviousRunVersion
Field Value
System.
|
Properties
Property value collection used to store timer job custom properties
Declaration
public Dictionary<String, String> Properties
Field Value
Dictionary<String, String>
|