Click or drag to resize

CheckerShell methods

The CheckerShell 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 a trigger is called up. Returns true if the run/start can be executed.
(Inherited from NodeShellBase)
Public MethodDispose Public method for cleaning up.
Protected MethodDispose(Boolean) Clean up here: calls Dispose() for all user elements that are disposable..;
Protected MethodFinalise Finaliser: is called by the GarbageCollector.
(Overwrites ObjectFinalise)
Public MethodGetCheckerReference Returns the name of the checker that is to be assigned to a ValueConverter.
(Inherited from NodeCheckerBase)
Public MethodModifyValue Converts a value into a given format. Must be overwritten, therefore without function here (reflects the input value back) is implemented.
(Overwrites NodeCheckerBaseModifyValue(Object))
Public MethodRun This is where the (normally external) work process is carried out (or observed).
(Overwrites NodeCheckerBaseRun(Object, TreeParameters, TreeEvent))
Public MethodSetChecker Takes over the checker for ValueConverters.
(Inherited from NodeCheckerBase)
Protected MethodSubNodeProgressChanged Is activated if the processing progress of the checker has changed.
(Inherited from NodeCheckerBase)
Back to the top
See also