C# 클래스 Reminders.MycroftJob

The Mycroft Job class
상속: IJob
파일 보기 프로젝트 열기: rit-sse-mycroft/app-reminders

공개 메소드들

메소드 설명
Execute ( IJobExecutionContext context ) : void

Executes a job

보호된 메소드들

메소드 설명
SendTTS ( Client client, string phrase ) : void

Sends a message to TTS

메소드 상세

Execute() 공개 메소드

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

SendTTS() 보호된 메소드

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
리턴 void