Class JsCommandResult
java.lang.Object
io.deephaven.web.client.api.console.JsCommandResult
@TsInterface
@TsName(namespace="dh.ide",
name="CommandResult")
public class JsCommandResult
extends Object
Indicates the result of code run on the server.
-
Constructor Summary
ConstructorsConstructorDescriptionJsCommandResult(JsVariableChanges changes, String error, String startTimestamp, String endTimestamp) -
Method Summary
-
Constructor Details
-
JsCommandResult
public JsCommandResult(JsVariableChanges changes, String error, String startTimestamp, String endTimestamp)
-
-
Method Details
-
getChanges
Describes changes made in the course of this command.- Returns:
JsVariableChanges.
-
getError
If the command failed, the error message will be provided here.- Returns:
- String
-
getStartTimestamp
The timestamp when the command started running.- Returns:
- DateWrapper
-
getEndTimestamp
The timestamp when the command finished running.- Returns:
- DateWrapper
-
toString
-