Property | Type | Description | |
---|---|---|---|
ComputeModifiedNodes | IEnumerable |
||
Contains | bool | ||
GetDownstreamNodes | void | ||
Initialize | bool | ||
IsScheduledAfter | bool | ||
UpdateGraphAsyncTask | System |
Method | Description | |
---|---|---|
CanMergeWithCore ( AsyncTask otherTask ) : TaskMergeInstruction | ||
HandleTaskCompletionCore ( ) : void | ||
HandleTaskExecutionCore ( ) : void |
Method | Description | |
---|---|---|
ComputeModifiedNodes ( |
This method is called to gather all the nodes whose cached values should be updated after graph update is done. This set of nodes includes nodes that are explicitly marked as requiring update, as well as all its downstream nodes.
|
|
Contains ( |
Returns true if this task's graph sync data is a super set of the other
|
|
GetDownstreamNodes ( NodeModel node, ICollection |
Call this method to recursively gather downstream nodes of a given node. Returns only those nodes that are in RUN state.
|
|
Initialize ( Dynamo.Engine.EngineController controller, |
This method is called by code that intends to start a graph update. This method is called on the main thread where node collection in a WorkspaceModel can be safely accessed.
|
|
IsScheduledAfter ( |
||
UpdateGraphAsyncTask ( IScheduler scheduler, bool verboseLogging1 ) : System |
protected CanMergeWithCore ( AsyncTask otherTask ) : TaskMergeInstruction | ||
otherTask | AsyncTask | |
return | TaskMergeInstruction |
protected HandleTaskCompletionCore ( ) : void | ||
return | void |