Class StartStopRulesDefaultPlugin.ProcessVarsComplete
java.lang.Object
com.biglybt.plugin.startstoprules.defaultplugin.StartStopRulesDefaultPlugin.ProcessVarsComplete
- Enclosing class:
StartStopRulesDefaultPlugin
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
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
Running count of torrents waiting or seeding, not including stalled(package private) int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
numWaitingOrSeeding
int numWaitingOrSeedingRunning count of torrents waiting or seeding, not including stalled -
higherCDtoStart
boolean higherCDtoStartstore 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
-
-
Constructor Details
-
ProcessVarsComplete
private ProcessVarsComplete()
-