InitialDelay
ox.scheduling.Schedule.InitialDelay
A schedule that represents an initial delay applied before the first invocation of operation being scheduled. Usually used in combination with other schedules using andThen
Value parameters
- delay
-
The initial delay.
Attributes
- Example
-
Schedule.InitialDelay(1.second).andThen(Schedule.Delay.forever(100.millis))
- Graph
-
- Supertypes
Members list
In this article