Home | History | Annotate | Download | only in sheriffing

Lines Matching refs:offline

36   // Check if an offline bot is still offline.
37 if (this.state == 'offline') {
39 console.log(this.name + ' has been offline for ' +
194 } else if (this.state == 'offline' && this.numUpdatesOffline >= 3) {
195 // The bot's supposedly offline. Waits a few updates since a bot can be
196 // marked offline in between builds and during reboots.
199 'offline',
200 'Offline for: ' + this.numUpdatesOffline,
202 'offline');