snapshotRuntime
Datalayer Core / snapshotRuntime
Function: snapshotRuntime()
snapshotRuntime(
options
):Promise
<IRuntimeSnapshot
>
Defined in: tech/datalayer/core/src/stateful/runtimes/actions.ts:156
Snapshot a Runtime.
Parameters
options
description?
string
Snapshot description.
id
string
Runtime ID.
name?
string
Snapshot name.
stop?
boolean
Whether to stop the kernel after the snapshot completion or not.
Returns
Promise
<IRuntimeSnapshot
>