Join Slack
Powered by
asynchronous means it doesn't wait for operations ...
# suitescript
c
creece
06/20/2018, 6:26 PM
asynchronous means it doesn't wait for operations to return before moving on so if you need to act on some return, then you have to use some form of promise API otherwise it just keeps on moving
Open in Slack
Previous
Next