TestBlock.getUUID

Get UUID of block

class TestBlock
final
UUID
getUUID
(
)

Return Value

Type: UUID

return UUID of test code block

Examples

auto block = new TestBlock({}, "Test");
block.getUUID();

Meta