-
public class FirstExecutionConditionService.FirstExecutionHandler
-
-
Method Summary
Modifier and Type Method Description voidupdateConfig(@NonNull() UtilityServiceConfiguration configuration)voidsetDelaySeconds(long delay)booleantryExecute(int launchDelaySeconds)booleancanExecute()-
-
Method Detail
-
updateConfig
void updateConfig(@NonNull() UtilityServiceConfiguration configuration)
-
setDelaySeconds
void setDelaySeconds(long delay)
-
tryExecute
boolean tryExecute(int launchDelaySeconds)
-
canExecute
boolean canExecute()
-
-
-
-