For Babelfish Release 1.11.1.3

SegmentGroupCommandContinue Property

Number of seconds to wait before advancing to the next Command (or the Command indicated by NextCommandIndex). This field works independent of the Range Timer.

Only works if the Target and Monitor pair is in Practice Mode. Generally used to automate advancing Commands in practice that would otherwise be controlled by the Range Officer.

  • Value of 0 means to advance to the next command immediately.
  • Value of -1 means to not advance. This is also the default value.

Does follow the value inheritance rules.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public int Continue { get; set; }

Property Value

Int32

See Also