프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Logging | NLog.Logger |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CheckSchedule | void | ||
ProcessTimerInUIThread | void | ||
ShowStatusForm | void | ||
UpNext | |||
_SetSchedulerCheckIntervalInSeconds | void | ||
_scheduleCheckTimer_Elapsed | void |
메소드 | 설명 | |
---|---|---|
AddSchedulerLogEntry ( string showName, string logEntry ) : void | ||
ScheduleExecutor ( VixenModules.App.SuperScheduler.SuperSchedulerData data ) : System | ||
Start ( ) : void | ||
Stop ( bool gracefully ) : void |
메소드 | 설명 | |
---|---|---|
CheckSchedule ( ) : void | ||
ProcessTimerInUIThread ( ) : void | ||
ShowStatusForm ( bool show ) : void | ||
UpNext ( ) : |
||
_SetSchedulerCheckIntervalInSeconds ( int value ) : void | ||
_scheduleCheckTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void |
public static AddSchedulerLogEntry ( string showName, string logEntry ) : void | ||
showName | string | |
logEntry | string | |
리턴 | void |
public ScheduleExecutor ( VixenModules.App.SuperScheduler.SuperSchedulerData data ) : System | ||
data | VixenModules.App.SuperScheduler.SuperSchedulerData | |
리턴 | System |