Hello.
How do I pause my script? I only want to pause so that do some actions myself and continue a running script again.
Thanks.
How do I pause my script
Re: How do I pause my script
Hi,
You can use the function $app->pause($timeout); at $timeout=0, there will be a pause until the user decides to continue with the execution.
You can use the function $app->pause($timeout); at $timeout=0, there will be a pause until the user decides to continue with the execution.