[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Liest und schreibt ein Flag, welches angibt ob Aktivierungen von Knoten verhindert werden sollen.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
bool BlockActivations { get; set; }
Visual Basic
Property BlockActivations As Boolean
	Get
	Set
F#
abstract BlockActivations : bool with get, set

Field Value

true, wenn keine Aktivierungen erlaubt sind, für die Ausführung des Graphen false.

See Also