Click or drag to resize

SequenceComputationDebugHalt Properties

The SequenceComputationDebugHalt type exposes the following members.

Properties
  NameDescription
Public propertyChildren (Inherited from SequenceComputationDebug.)
Public propertyChildrenBase (Inherited from SequenceComputation.)
Public propertyExecutionState
the state of executing this sequence base (a sequence base comprises sequences, sequence computations, sequence expressions)
(Inherited from SequenceBase.)
Public propertyId
returns the sequence /expresion id - every sequence /expression is assigned a unique id that is used in xgrs code generation and in sequence rendering for copies a new id is generated, too, this does not cause problems as code is only generated once per defined sequence
(Inherited from SequenceBase.)
Public propertyName (Overrides SequenceComputationDebugName.)
Public propertyPrecedence (Inherited from SequenceComputationDebug.)
Public propertyReturnsValue
Tells whether Execute returns a value to be used as a result determining value for a boolean computation sequence. Only expressions do so, the values returned by plain computations don't bubble up to sequence level, are computation internal only.
(Inherited from SequenceComputation.)
Public propertySymbol (Inherited from SequenceComputationDebug.)
Top
See Also