Changed Slot in RelayNode to ProxySlot;
Changed PullData and PushData from SlotExtension to ISlot; Added BackTraceExecutableNode; Removed IExecutable from RelayNode;
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
{
|
||||
public interface IExecutable
|
||||
{
|
||||
/// <summary>
|
||||
/// Check if the node is executed.
|
||||
/// </summary>
|
||||
public bool IsExecuted
|
||||
{
|
||||
get;
|
||||
|
||||
Reference in New Issue
Block a user