ReportScheduleRanInfo
EventInfo returned by the ReportScheduleRan event
TypeScript
export interface ReportScheduleRanInfo extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| RanAt | string | ISO datetime when Schedule ran (useful for logging) |
| reportSchedule | ReportSchedule | Report schedule that was triggered (if applicable) |
| adaptableContext | any | Custom 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
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any