C# Class WindowsContextTracker.Daemon

Inheritance: Shared.BaseTracker, ITracker
Afficher le fichier Open project: sealuzh/PersonalAnalytics

Méthodes publiques

Méthode Description
CreateDatabaseTablesIfNotExist ( ) : void
Daemon ( ) : System
IsEnabled ( ) : bool
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
DisposeData ( ContextEntry ce ) : void

try to give resources free TODO: most likely, this method is not used

RunContextRecognition ( object sender, EventArgs e ) : void

Every x seconds the Context Recognition algorithm is run if the window has changed. Some info about the context is added (currently: process + windows information) Then, the background worker is started for OCR recognition

SaveContextEntryToDatabase ( ContextEntry contextEntry ) : void

Method Details

CreateDatabaseTablesIfNotExist() public méthode

public CreateDatabaseTablesIfNotExist ( ) : void
Résultat void

Daemon() public méthode

public Daemon ( ) : System
Résultat System

IsEnabled() public méthode

public IsEnabled ( ) : bool
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void