IR Scheduler

public interface IRescheduler

com.android.tradefed.invoker.IRscheduler


ממשק לתזמון מחדש של תצורה לביצוע עתידי.

סיכום

שיטות ציבוריות

abstract boolean rescheduleCommand ()

תזמן מחדש את הפקודה לביצוע עתידי.

abstract boolean scheduleConfig ( IConfiguration config)

מתזמן תצורה לביצוע עתידי.

שיטות ציבוריות

rescheduleCommand

public abstract boolean rescheduleCommand ()

תזמן מחדש את הפקודה לביצוע עתידי.

הפקודה צריכה לכבד את ICommandOptions#getLoopTime() ולתזמן את הפקודה באיחור המתאים.

החזרות
boolean true אם הפקודה תוזמנה מחדש בהצלחה. false אחרת

לוח זמניםConfig

public abstract boolean scheduleConfig (IConfiguration config)

מתזמן תצורה לביצוע עתידי.

פרמטרים
config IConfiguration : IConfiguration להפעלה

החזרות
boolean true אם התצורה תוזמנה מחדש בהצלחה. false אחרת