Enum MetalNodeExecutionState
Represents the execution state of a Metal graph node.
public enum MetalNodeExecutionState
Fields
Cancelled = 4Node execution was cancelled.
Completed = 2Node has completed successfully.
Executing = 1Node is currently executing.
Failed = 3Node execution failed with an error.
NotStarted = 0Node has not started execution.