![]() |
BadScript 2
|
Gets returned by the bad runtime when an execution is finished. More...
Public Member Functions | |
BadRuntimeExecutionResult (BadObject result, BadObject? exports) | |
Creates a new BadRuntimeExecutionResult. | |
Public Attributes | |
readonly BadObject | Result |
The Result of the Execution. | |
readonly? BadObject | Exports |
The Exported Object. | |
Gets returned by the bad runtime when an execution is finished.
Definition at line 8 of file BadRuntimeExecutionResult.cs.
BadScript2.BadRuntimeExecutionResult.BadRuntimeExecutionResult | ( | BadObject | result, |
BadObject? | exports | ||
) |
Creates a new BadRuntimeExecutionResult.
result | The Result of the Execution |
exports | The Exported Object |
Definition at line 25 of file BadRuntimeExecutionResult.cs.
readonly? BadObject BadScript2.BadRuntimeExecutionResult.Exports |
The Exported Object.
Definition at line 18 of file BadRuntimeExecutionResult.cs.
readonly BadObject BadScript2.BadRuntimeExecutionResult.Result |
The Result of the Execution.
Definition at line 13 of file BadRuntimeExecutionResult.cs.