07:04
<Jake Archibald>
I think I've asked this before, but when do we use abort these steps vs return? I tend to use abort these steps where returning a value wouldn't make sense, eg in a queued task, or in parallel. Is that… right?
12:59
<Domenic>
That's right!