C# Class Reminders.MycroftJob

The Mycroft Job class
Inheritance: IJob
显示文件 Open project: rit-sse-mycroft/app-reminders

Public Methods

Method Description
Execute ( IJobExecutionContext context ) : void

Executes a job

Protected Methods

Method Description
SendTTS ( Client client, string phrase ) : void

Sends a message to TTS

Method Details

Execute() public method

Executes a job
public Execute ( IJobExecutionContext context ) : void
context IJobExecutionContext THe job context
return void

SendTTS() protected method

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
return void