This works: ``` val task = scheduledTask ?: return...
# announcements
z
This works:
Copy code
val task = scheduledTask ?: return
task()