class InvokedProcess implements InvokedProcess (View source)
| protected Process | $process | The underlying process instance. |
| void | __construct(Process $process)
Create a new invoked process instance. | |
| int|null | id()
Get the process ID if the process is still running. | |
| $this | signal(int $signal)
Send a signal to the process. | |
| bool | running()
Determine if the process is still running. | |
| string | output()
Get the standard output for the process. | |
| string | errorOutput()
Get the error output for the process. | |
| string | latestOutput()
Get the latest standard output for the process. | |
| string | latestErrorOutput()
Get the latest error output for the process. | |
| ProcessResult | wait(callable|null $output = null)
Wait for the process to finish. |
Create a new invoked process instance.
Get the process ID if the process is still running.
Send a signal to the process.
Determine if the process is still running.
Get the standard output for the process.
Get the error output for the process.
Get the latest standard output for the process.
Get the latest error output for the process.
Wait for the process to finish.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Process/InvokedProcess.html