(workspace, duration)
| 1061 | } |
| 1062 | |
| 1063 | keepWorkspaceAlive(workspace, duration) { |
| 1064 | if (!this._workspaceTracker) |
| 1065 | return; |
| 1066 | |
| 1067 | this._workspaceTracker.keepWorkspaceAlive(workspace, duration); |
| 1068 | } |
| 1069 | |
| 1070 | blockWorkspaceUpdates() { |
| 1071 | if (++this._blockCount > 1) |