I was able to simplify to `(scheduledTask ?: retur...
# announcements
z
I was able to simplify to
(scheduledTask ?: return)()
. Not sure how readable that is though.