An NDoc Documented Class Library

ChainBase.isFrozen Field

Indicates whether this IChain is in 'frozen' state or not. When IChain is in 'frozen' state commands cannot be added to it or removed from it. IChain is in 'frozen' stated during IContext processing (while IChain's execute method is running).

[Visual Basic]
Protected isFrozen As Boolean
[C#]
protected bool isFrozen;

See Also

ChainBase Class | NChain Namespace