do Once Tz
inline suspend fun <T> KronScheduler.doOnceTz(noinline block: suspend (<ERROR CLASS>) -> T): T
Content copied to clipboard
Execute block once at the KronScheduler.next time and return result of block calculation.
WARNING!!! If you want to launch it in parallel, you must do this explicitly.
WARNING!!! In case if KronScheduler.next of this instance will return null, block will be called immediatelly
inline suspend fun <T> doOnceTz(scheduleConfig: String, noinline block: suspend (<ERROR CLASS>) -> T): T
Content copied to clipboard
Will buildSchedule using scheduleConfig and call doOnce on it