The middlewares
Functions are triggered during the script interpretation cycle. Let's use the use()
method in javascript
sending()
is executed as soon as a message is sent by the script.finished()
is executed when the scenario is finishedprompt()
is executed when the user is prompted to enter a messagenothing()
is executed when nothing is triggered in the script
Last updated