doWhile

inline suspend fun KronScheduler.doWhile(block: (<Error class: unknown class>) -> Boolean)(source)

Will execute block while it will return true as a result of its calculation


inline suspend fun doWhile(scheduleConfig: String, block: (<Error class: unknown class>) -> Boolean)(source)

Will buildSchedule using scheduleConfig and call doWhile with block

See also