Constructor PipelineNodeDetail
- Namespace
- MaaFramework.Binding.Notification
- Assembly
- MaaFramework.Binding.Extensions.dll
PipelineNodeDetail(long, long, string, JsonElement)
Message for the node.
public PipelineNodeDetail(long TaskId, long NodeId, string Name, JsonElement Focus)Parameters
TaskIdlongNodeIdlongNamestringFocusJsonElement
Remarks
details_json: {
task_id: number,
node_id: number,
name: string,
focus: any,
}