I need to know, if the API have a callback or a “trick” to this routine, each time I run a script i need to know if the task was completed with sucess or not.
E.g:
“$mk->routeros_cmd(‘/ip hotspot user profile add name=john address-pool=hs-pool-2 rate-limit=512k/512k’);”
My script only can continue if that user was created.