name: InvokedProcess class_comment: null dependencies: [] properties: [] methods: - name: id visibility: public parameters: [] comment: '# * Get the process ID if the process is still running. # * # * @return int|null' - name: signal visibility: public parameters: - name: signal comment: '# * Send a signal to the process. # * # * @param int $signal # * @return $this' - name: running visibility: public parameters: [] comment: '# * Determine if the process is still running. # * # * @return bool' - name: output visibility: public parameters: [] comment: '# * Get the standard output for the process. # * # * @return string' - name: errorOutput visibility: public parameters: [] comment: '# * Get the error output for the process. # * # * @return string' - name: latestOutput visibility: public parameters: [] comment: '# * Get the latest standard output for the process. # * # * @return string' - name: latestErrorOutput visibility: public parameters: [] comment: '# * Get the latest error output for the process. # * # * @return string' - name: wait visibility: public parameters: - name: output default: 'null' comment: '# * Wait for the process to finish. # * # * @param callable|null $output # * @return \Illuminate\Console\Process\ProcessResult' traits: [] interfaces: []