Class TimeBetweenCondition

java.lang.Object
io.kestra.core.models.conditions.Condition
io.kestra.core.models.conditions.types.TimeBetweenCondition
All Implemented Interfaces:
ScheduleCondition, Rethrow.PredicateChecked<ConditionContext,InternalException>

@Plugin(examples=@Example(full=true,code={"- conditions:"," - type: io.kestra.core.models.conditions.types.TimeBetweenCondition"," after: \"16:19:12+02:00\""})) public class TimeBetweenCondition extends Condition implements ScheduleCondition