Class StartStopRulesDefaultPlugin.ProcessVarsComplete
- java.lang.Object
-
- com.biglybt.plugin.startstoprules.defaultplugin.StartStopRulesDefaultPlugin.ProcessVarsComplete
-
- Enclosing class:
- StartStopRulesDefaultPlugin
private static class StartStopRulesDefaultPlugin.ProcessVarsComplete extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
higherCDtoStart
store whether there's a torrent higher in the list that is queued We don't want to start a torrent lower in the list if there's a higherQueued(package private) int
numWaitingOrSeeding
Running count of torrents waiting or seeding, not including stalled(package private) int
stalledSeeders
-
Constructor Summary
Constructors Modifier Constructor Description private
ProcessVarsComplete()
-
-
-
Field Detail
-
numWaitingOrSeeding
int numWaitingOrSeeding
Running count of torrents waiting or seeding, not including stalled
-
higherCDtoStart
boolean higherCDtoStart
store whether there's a torrent higher in the list that is queued We don't want to start a torrent lower in the list if there's a higherQueued
-
stalledSeeders
int stalledSeeders
-
-