An NDoc Documented Class Library

CommandBase.CONTINUE_PROCESSING Field

CONTINUE_PROCESSING should be returned when context execution should be passed to other commands that exist in chain.

[Visual Basic]
Public Const CONTINUE_PROCESSING As Boolean = False
[C#]
public const bool CONTINUE_PROCESSING = False;

See Also

CommandBase Class | NChain Namespace