123456789101112131415 |
- return {
- summary = 'Check if the Thread is running.',
- description = 'Returns whether or not the Thread is currently running.',
- arguments = {},
- returns = {
- {
- name = 'running',
- type = 'boolean',
- description = 'Whether or not the Thread is running.'
- }
- },
- related = {
- 'Thread:start'
- }
- }
|