Interface SyncSettings
- 
- All Known Implementing Classes:
 InternalHistorianProvider.HistorianSyncable
public interface SyncSettingsDefines the behavior of this Syncable, which will be used by theSyncManagerto create a self-scheduled runnable. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetExecutionDelayMS()TimelinegetSchedule()booleanisEnabled()booleanisScheduleEnabled() 
 - 
 
- 
- 
Method Detail
- 
isEnabled
boolean isEnabled()
 
- 
getExecutionDelayMS
long getExecutionDelayMS()
 
- 
getSchedule
@Nullable Timeline getSchedule()
 
- 
isScheduleEnabled
boolean isScheduleEnabled()
 
 - 
 
 -