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