Set sequence state to false when done.
This commit is contained in:
parent
d4acede481
commit
31ad5286de
|
@ -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 })
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue