diff --git a/src/sequence/index.ts b/src/sequence/index.ts index ecb47f0..c2bef0e 100644 --- a/src/sequence/index.ts +++ b/src/sequence/index.ts @@ -105,6 +105,8 @@ export class Sequence { this.count = 0 this.delay = 0 + this.intval._state.sequence = false; + log.info('_stop', { id : this.id, stopped : true }) } }