|
@@ -1055,6 +1055,7 @@ export default class Snippet {
|
|
|
|
|
|
|
|
updateFromExecutable(executable) {
|
|
updateFromExecutable(executable) {
|
|
|
if (executable) {
|
|
if (executable) {
|
|
|
|
|
+ this.lastExecuted(executable.executeStarted);
|
|
|
if (
|
|
if (
|
|
|
executable.status === EXECUTION_STATUS.available ||
|
|
executable.status === EXECUTION_STATUS.available ||
|
|
|
executable.status === EXECUTION_STATUS.failed ||
|
|
executable.status === EXECUTION_STATUS.failed ||
|
|
@@ -1436,6 +1437,7 @@ export default class Snippet {
|
|
|
statementType: this.statementType(),
|
|
statementType: this.statementType(),
|
|
|
statement: this.statement(),
|
|
statement: this.statement(),
|
|
|
aceCursorPosition: this.aceCursorPosition(),
|
|
aceCursorPosition: this.aceCursorPosition(),
|
|
|
|
|
+ lastExecuted: this.lastExecuted(),
|
|
|
statementPath: this.statementPath(),
|
|
statementPath: this.statementPath(),
|
|
|
associatedDocumentUuid: this.associatedDocumentUuid(),
|
|
associatedDocumentUuid: this.associatedDocumentUuid(),
|
|
|
properties: komapping.toJS(this.properties), // TODO: Drop komapping
|
|
properties: komapping.toJS(this.properties), // TODO: Drop komapping
|