Set sequence state to false when done.

This commit is contained in:
mmcwilliams 2020-05-19 17:06:36 -04:00
parent d4acede481
commit 31ad5286de
1 changed files with 2 additions and 0 deletions

View File

@ -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 })
}
}