Click or drag to resize

NodeCheckerBase methods

The NodeCheckerBase Type exposes the following members.

Methods
 NameDescription of the
Public MethodCanRun Is used by Vishnu before each run of a Checker, Worker or before Start of a trigger called. Returns true if the run/start can be executed.
(Inherited from NodeShellBase)
Public MethodGetCheckerReference Returns the name of the checker that is to be assigned to a ValueConverter.
Public MethodModifyValue Converts a value into a given format. Must be overwritten.
Public MethodRun This is where the (normally external) work process is carried out (or observed).
Public MethodSetChecker Takes over the checker for ValueConverters.
Protected MethodSubNodeProgressChanged Is activated if the processing progress of the checker has changed.
Back to the top
See also