Example:
Retry Until True
[Arguments] ${condition}
ImportLibraries.Wait Until Keyword Succeeds 5s 0.5s Check If True ${condition}
Check If True
[Arguments] ${condition}
BuiltIn.Should Be True ${condition}
Check If True is displayed as unused in the RoboView monitor:
