Type Parameters
- T extends object = object
Parameters
- dto: { bucketName: string; description: string; memoryId: string; value: T }
bucketName: string
description: string
memoryId: string
value: T
Returns Promise<void>
Promise that resolves when write is complete
Writes a value to memory scoped to the current signal.
Resolves the active pending or scheduled signal automatically from execution context. Automatically detects backtest/live mode from execution context.