if you have code steps A, B, C where B takes a lon...
# suitescript
s
if you have code steps A, B, C where B takes a long time and step C needs the result of B, doing B 'async' doesn't really help in getting A->B->C completed.