C# Class Reminders.MycroftJob

The Mycroft Job class
Inheritance: IJob
Afficher le fichier Open project: rit-sse-mycroft/app-reminders

Méthodes publiques

Méthode Description
Execute ( IJobExecutionContext context ) : void

Executes a job

Méthodes protégées

Méthode Description
SendTTS ( Client client, string phrase ) : void

Sends a message to TTS

Method Details

Execute() public méthode

Executes a job
public Execute ( IJobExecutionContext context ) : void
context IJobExecutionContext THe job context
Résultat void

SendTTS() protected méthode

Sends a message to TTS
protected SendTTS ( Client client, string phrase ) : void
client Mycroft.App.Client The Reminders client
phrase string the phrase to say
Résultat void