Delegate ProcessOutputHandler
Represents the method that will handle player process output, line by line.
Namespace: Unity.Build.Common
Assembly: solution.dll
Syntax
public delegate void ProcessOutputHandler(object sender, string line)
Parameters
| Type | Name | Description |
|---|---|---|
| object | sender | |
| string | line |