Javascript syntax

Right, yes you can use a generic app tween and the complete event for that:

this.app.tween({value: 0}).to({value: 1}, 3.0, pc.BackOut)
.on('complete', this.myScriptMethod.bind(this))
.start();

Edit: removed delay, no need for that just set the desired duration as delay.