Class PipelineNodeDetail
- Namespace
- MaaFramework.Binding.Notification
- Assembly
- MaaFramework.Binding.Extensions.dll
Message for the node.
public record PipelineNodeDetail : IEquatable<PipelineNodeDetail>Inheritance
Implements
Inherited Members
Remarks
details_json: {
task_id: number,
node_id: number,
name: string,
focus: any,
}
Constructors
- PipelineNodeDetail(long, long, string, JsonElement)
-
Message for the node.