ReportScheduleRanInfo

EventInfo returned by the ReportScheduleRan event

TypeScript
export interface ReportScheduleRanInfo extends
Extends

BaseContext

Properties

PropertyTypeDescription
RanAtstringISO datetime when Schedule ran (useful for logging)
reportScheduleReportScheduleReport schedule that was triggered (if applicable)
adaptableContextanyCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

RanAt

ISO datetime when Schedule ran (useful for logging)

TypeScript
RanAt: string;
Property Value

string

reportSchedule

Report schedule that was triggered (if applicable)

TypeScript
reportSchedule?: ReportSchedule;
Property Value

ReportSchedule

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any