Write-EngineOutput.ps1

function Write-EngineOutput {
    [CmdletBinding()]
    param (

    )


    $errorEvents | Receive-Job
}