Login Page - Create Account

Support Board


Date/Time: Sat, 10 May 2025 22:15:06 +0000



Post From: Saving sc.StorageBlock Data

[2016-02-17 04:50:58]
William O - Posts: 16
I would like to save the StorageBlock data to disk immediately after storing a new value. As I understand it, the StorageBlock data is written to disk when the chartbook is saved. The only solution I found is to set the chartbook to periodically save, which would then also save the StorageBlock data.

Is there a way to manually save the chartbook instead of waiting for the periodic save method? It would be nice to have sc.SaveChartbook() or sc.SaveStorageBlock().

Thanks