beaker-kernel
Preparing search index...
history
IBeakerHistoryExecutionEvent
Interface IBeakerHistoryExecutionEvent
interface
IBeakerHistoryExecutionEvent
{
cell_id
:
string
;
context_slug
:
string
;
creation_time
:
Date
;
execution_duration
:
number
;
execution_id
:
number
;
execution_time
:
Date
;
kernel_id
:
string
;
kernel_slug
:
string
;
result
:
any
;
silent
:
boolean
;
source
:
MultilineString
;
stderr
:
MultilineString
;
stdin
:
MultilineString
;
success
:
boolean
;
}
Hierarchy (
View Summary
)
IBeakerHistoryEvent
IBeakerHistoryExecutionEvent
Index
Properties
cell_
id
context_
slug
creation_
time
execution_
duration
execution_
id
execution_
time
kernel_
id
kernel_
slug
result
silent
source
stderr
stdin
success
Properties
cell_
id
cell_id
:
string
context_
slug
context_slug
:
string
creation_
time
creation_time
:
Date
execution_
duration
execution_duration
:
number
execution_
id
execution_id
:
number
execution_
time
execution_time
:
Date
kernel_
id
kernel_id
:
string
kernel_
slug
kernel_slug
:
string
result
result
:
any
silent
silent
:
boolean
source
source
:
MultilineString
stderr
stderr
:
MultilineString
stdin
stdin
:
MultilineString
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cell_
id
context_
slug
creation_
time
execution_
duration
execution_
id
execution_
time
kernel_
id
kernel_
slug
result
silent
source
stderr
stdin
success
beaker-kernel
Loading...