()
| 34 | } |
| 35 | |
| 36 | public static getInstance(): ScheduleBeat { |
| 37 | if (!ScheduleBeat.instance) { |
| 38 | ScheduleBeat.instance = new ScheduleBeat() |
| 39 | } |
| 40 | return ScheduleBeat.instance |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * Initialize scheduling. Must be called after the DB is initialized. |
no outgoing calls
no test coverage detected