Wait till cordova process done

Trying the cordova-sms-plugin.
Would want to send multiple sms, but would like to wait for the first sms is sent successfully, then only start to send the next sms.

From my understanding, cordova-sms-plugin is using threadpool method to process the sms.

Anyone know how to add the delay between sms?