How do I pause my script

Ask questions here, report about problems.
Post Reply
goodDeveloper
Posts: 1
Joined: Sat Oct 05, 2019 6:29 pm

How do I pause my script

Post by goodDeveloper » Tue Oct 22, 2019 8:57 pm

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.

User avatar
support
Site Admin
Posts: 210
Joined: Fri Feb 22, 2019 3:42 pm

Re: How do I pause my script

Post by support » Wed Oct 23, 2019 7:16 am

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.

Post Reply