## Scheduler.run()


Start the scheduler and block until stopped.


Usage

``` python
Scheduler.run()
```


## Returns


`list[TaskResult]`  
Results of all completed tasks.
