Page 1 of 1

How do I pause my script

Posted: Tue Oct 22, 2019 8:57 pm
by goodDeveloper
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.

Re: How do I pause my script

Posted: Wed Oct 23, 2019 7:16 am
by support
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.