[This is preliminary documentation and is subject to change.]
An event that happens over and over on a set schedule.
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| RecurringEventNew() |
Initializes a new instance of the RecurringEvent class.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode() | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType() | Gets the Type of the current instance. (Inherited from Object.) | |
| LogsToProcess |
The filepaths of the logs that are to be processed.
(Inherited from Event.) | |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
The name of the Event.
(Inherited from Event.) | |
| NextRun |
When this event should next be fired.
| |
| ProcessedLogs |
Log files which have already been processed. We track these so that we do not duplicate
data in the reports.
| |
| ProfilePath |
The path to the profile used to generate this report.
(Inherited from Event.) | |
| RepeatUnit |
The unit part of how often this event should fire. Paired with RepeatValue
| |
| RepeatValue |
The quantity part of how often this event should fire. Paired with: RepeatUnitType RepeatUnit.
| |
| Reprocessing |
If true then data duplication in reports should be permitted.
| |
| SaveDirectory |
The directory where the output reports should be saved.
(Inherited from Event.) | |
| SettingsDirectory |
The path to the directory where the settings files (browsers.xml, etc.) are stored.
(Inherited from Event.) | |
| Start |
The earliest possible date/time combination that this event can be fired.
(Inherited from Event.) | |
| Stop |
The absolute last second that this event can run.
| |
| ToString() | (Inherited from Object.) |