Class: StatementResult

StatementResult

new StatementResult()

This object contains information about an execute, executeBackground, executeStatus or executeCancel process.
Properties:
Name Type Description
planId Number The plan id number internally used to identify the operation.
executionId ExecutionId The execution id internally used to describe the operation.
info String Detailed information about the status of the command execution in human readable form.
infoExtended String Detailed information about the status of the command execution in a manipulable object.
isSuccessful bool True if this statement has finished and was successful.
errorMessage String If the operation failed, and isSuccessful is false, errorMsg will return a description of the problem.
isCancelled bool True if the operation was cancelled. Not set by execute method.
true bool If the operation has been terminated. Always true for execute method.
Source: