Click or drag to resize

UndefinedJobCunningClass events

The UndefinedJobListClass Type exposes the following members.

Events
 NameDescription of the
Public EventExceptionCleared Is called when an exception is cleared.
(Inherited from LogicalNode)
Public EventExceptionRaised Is called if an exception has occurred.
(Inherited from LogicalNode)
Public EventNodeLastNotNullLogicalChanged Called when the logical result of a node has changed and is not equal to zero.
(Inherited from LogicalNode)
Public EventNodeLogicalChanged Is called when the logical result of a node has changed.
(Inherited from LogicalNode)
Public EventNodeProgressChanged Is called up when the processing progress of a node has changed.
(Inherited from LogicalNode)
Public EventNodeProgressFinished Is called when the processing of a node has been completed (regardless of the result).
(Inherited from LogicalNode)
Public EventNodeProgressStarted Is called up when a node has been started.
(Inherited from LogicalNode)
Public EventNodeResultChanged Is called up when the result of a node has changed. Serves to optimise the calculation of the logical state of the superordinate restart the node.
(Inherited from LogicalNode)
Public EventNodeStateChanged Is called up when the processing status of a node has changed.
(Inherited from LogicalNode)
Public EventNodeWorkersStateChanged Called when the overall status of the node assigned to the assigned worker has changed.
(Inherited from LogicalNode)
Public EventPropertiesChanged This event from IVishnuNode.INotifyPropertiesChanged can be subscribed to by LogicalNodeViewmodel. This receives a string list with property names via the transferred PropertiesChangedEventArgs and can in turn inform the UI via INotifyProperyChanged.
(Inherited from LogicalNode)
Back to the top
See also