| 123456789101112131415 |
- return {
- summary = 'Wait for the Thread to complete.',
- description = 'Waits for the Thread to complete, then returns.',
- arguments = {},
- returns = {},
- variants = {
- {
- arguments = {},
- returns = {}
- }
- },
- related = {
- 'Thread:isRunning'
- }
- }
|