BlockManager.addBlock

Add block

class BlockManager
static
void
addBlock
(
T
)
()

Parameters

block
Type: T

Block that is added to the storage

Examples

auto scenario = new ScenarioBlock({}, "test", []);
BlockManager.addBlock(scenario);

Meta