Holds information about the execution result of a script in an environment. More...
Public Attributes | |
nkMemory::String | _failureMessage |
The description of the failure, if any. | |
EXECUTION_FAILURE_TYPE | _failureType = EXECUTION_FAILURE_TYPE::NO_ERROR |
The failure type. | |
bool | _success = true |
Whether execution went fine (true) or not (false). | |
Holds information about the execution result of a script in an environment.