store raw clear! - part-cw/lambdanative GitHub Wiki
(store-raw-clear! store ids)
store-raw-clear! clears raw data from store buffer
Parameter | Description |
---|---|
store | Store name |
ids | Id or ids to be cleared |
Example
Example 1: Clear data from "WAVRAW" store before it is dispatched by the scheduler
(store-raw-clear! "mystore" "WAVRAW")