Skip to content

Conversation

@socieboy
Copy link
Contributor

With those updates we could execute a command save the pid on the database and if we need to do something while the process is running we can return and do something like that.

$process = new BackgroundProcess();
$process->setPid($my_process_id);
$process->stop();

With those updates  we could execute a command save the pid on the database and if we need to do something while the process is running we can return and do something like that.
```
$process = new BackgroundProcess();
$process->setPid($my_process_id);
$process->stop();
```
@socieboy
Copy link
Contributor Author

Anyone can help with that?

@florianeckerstorfer florianeckerstorfer merged commit db3c7b9 into cocur:master Feb 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants