We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e352ab commit c422b34Copy full SHA for c422b34
docs/reference/api.rst
@@ -428,7 +428,9 @@ The following attributes allow more direct access to record creation.
428
429
.. function:: ClearRecords()
430
This can be used to remove all created records. This means the same record
431
- names can be re-used for different record types.
+ names can be re-used for different record types. This cannot be used once the
432
+ record database has been loaded, and is only designed to be used to help with
433
+ testing.
434
435
Finally, the following function is used to load record definitions before
436
starting the IOC.
0 commit comments