You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add stop button
* Add notification for interruption
* Add isRunning state with switching 'Run' button
When code is running (`isRunning == true`), Run button changes into a
Stop button. The reverse is true.
In addition, the soft block for async code execution, `put(actions.handleInterruptExecution())` was removed.
0 commit comments