Class SchedulingExecution
Scheduled task and data alert execution model.
Inheritance
Inherited Members
Namespace: Telerik.ReportServer.Services.Models
Assembly: Telerik.ReportServer.Services.Models.dll
Syntax
public class SchedulingExecution
Constructors
SchedulingExecution()
Declaration
public SchedulingExecution()
Properties
AlertTriggered
Specifies if an alert has been sent by this execution.
Declaration
public bool AlertTriggered { get; set; }
Property Value
System.Boolean
|
DocumentIds
Collection of document IDs created by this execution.
Declaration
public List<string> DocumentIds { get; set; }
Property Value
System.Collections.Generic.List<System.String>
|
ExecutionDate
Gets or sets the execution DateTime created value in the server local timezone.
Declaration
[Obsolete("Use instead ExecutionDateUtc, that accepts and returns DateTime value in UTC.")]
public DateTime ExecutionDate { get; set; }
Property Value
System.DateTime
|
ExecutionDateUtc
Gets or sets the execution DateTime created value in the UTC.
Declaration
public DateTime ExecutionDateUtc { get; set; }
Property Value
System.DateTime
|
Id
Execution ID.
Declaration
public string Id { get; set; }
Property Value
System.String
|