TIOResult
Constructor Summary
Public Constructor | ||
public |
constructor(request: TIORun, data: ArrayBuffer) Represents the result of a TIO execution. |
Member Summary
Public Members | ||
public get |
Error output of TIO. |
|
public get |
All non-error output of TIO request. |
|
public get |
Checks if there is an error |
Public Constructors
public constructor(request: TIORun, data: ArrayBuffer) source
Represents the result of a TIO execution.
Data is in form:
<ID>STDOUT<ID>STDERR<ID>
Params:
Name | Type | Attribute | Description |
request | TIORun | TIO request creating result. |
|
data | ArrayBuffer | TIO result data. |