Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Storage

Hierarchy

  • Storage

Implemented by

Index

Properties

getExecutionState

getExecutionState: (executionID: ExecutionID) => Promise<ExecutionState | null>

Type declaration

removeExecutionState

removeExecutionState: (executionID: ExecutionID) => Promise<void>

Type declaration

storeExecutionState

storeExecutionState: (executionID: ExecutionID, executionState: ExecutionState) => Promise<void>

Type declaration

Generated using TypeDoc