Method
shouldProceed
(_options?: { userInitiated?: boolean; skip?: boolean; autoPlay?: boolean; })
Source from the content-addressed store, hash-verified
| 11 | } |
| 12 | |
| 13 | static override async shouldProceed(_options?: { userInitiated?: boolean; skip?: boolean; autoPlay?: boolean; }): Promise<void> { |
| 14 | if (this.blocking) { |
| 15 | throw new Error('Wait period has not ended'); |
| 16 | } |
| 17 | } |
| 18 | |
| 19 | // TODO: Haven't decided if this is really necesary but sort of makes sense |
| 20 | static override async willRollback(): Promise<void> { |
Tested by
no test coverage detected