OnNext

OnNext(bool)

protected bool OnNext(bool result) ;

Description

Called when checking whether to loop when the node finishes execution

Parameters

Parameter Name Description
result Execution result

Returns

Returns true if looping. Otherwise returns false.

OnNext()

Obsolete protected bool OnNext() ;

Description

Called when checking whether to loop when the node finishes execution

Returns

Returns true if looping. Otherwise returns false.