C# 클래스 WindowsContextTracker.Daemon

상속: Shared.BaseTracker, ITracker
파일 보기 프로젝트 열기: sealuzh/PersonalAnalytics

공개 메소드들

메소드 설명
CreateDatabaseTablesIfNotExist ( ) : void
Daemon ( ) : System
IsEnabled ( ) : bool
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CreateDatabaseTablesIfNotExist() 공개 메소드

public CreateDatabaseTablesIfNotExist ( ) : void
리턴 void

Daemon() 공개 메소드

public Daemon ( ) : System
리턴 System

IsEnabled() 공개 메소드

public IsEnabled ( ) : bool
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void