Optional
Readonly
autoAutomatically start the default kernel if no other matching kernel is
found (default false
).
Optional
Readonly
canA kernel can be started (default true
).
Optional
Readonly
idThe id of an existing kernel.
Optional
Readonly
languageThe preferred kernel language.
Optional
Readonly
nameThe name of the kernel.
Optional
Readonly
shouldA kernel should be started automatically (default true
).
Optional
Readonly
shutdownShut down the session when session context is disposed (default false
).
Optional
Readonly
skipSkip showing the kernel restart dialog if checked (default false
).
A kernel preference.
Notes
Preferences for a kernel are considered in the order
id
,name
,language
. If no matching kernels can be found andautoStartDefault
istrue
, then the default kernel for the server is preferred.