File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -1228,7 +1228,8 @@ Message type: ``status``::
1228
1228
content = {
1229
1229
# When the kernel starts to handle a message, it will enter the 'busy'
1230
1230
# state and when it finishes, it will enter the 'idle' state.
1231
- execution_state : ('busy', 'idle', other optional states)
1231
+ # The kernel will publish state 'starting' exactly once at process startup.
1232
+ execution_state : ('busy', 'idle', 'starting')
1232
1233
}
1233
1234
1234
1235
When a kernel receives a request and begins processing it,
@@ -1239,10 +1240,6 @@ it shall publish a status message with ``execution_state: 'idle'``.
1239
1240
Thus, the outputs associated with a given execution shall generally arrive
1240
1241
between the busy and idle status messages associated with a given request.
1241
1242
1242
- A kernel may send optional status messages with execution states other than
1243
- `busy ` or `idle `. For example, a kernel may send a status message with a
1244
- `starting ` execution state exactly once at process startup.
1245
-
1246
1243
.. note ::
1247
1244
1248
1245
**A caveat for asynchronous output **
You can’t perform that action at this time.
0 commit comments