Method GetWaitFreezesDetail
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
GetWaitFreezesDetail(long, out string, out string, out bool, out ulong, out long[], IMaaRectBuffer?)
Gets the wait freezes detail.
bool GetWaitFreezesDetail(long waitFreezesId, out string nodeName, out string phase, out bool isSucceeded, out ulong millisecondsElapsed, out long[] recoIdList, IMaaRectBuffer? roi)Parameters
waitFreezesIdlong-
The wait freezes id.
nodeNamestring-
The node name.
phasestring-
The phase (e.g. "pre", "post", "repeat", "context").
isSucceededbool-
A value indicating whether the wait freezes is succeeded.
millisecondsElapsedulong-
The total elapsed time in milliseconds.
recoIdListlong[]-
The recognition id array for each frame-to-frame comparison.
roiIMaaRectBuffer?-
The actual region of interest used for comparison.
Returns
Remarks
Obtained via wf_id from the callback.
Each reco_id can be queried via MaaTaskerGetRecognitionDetail to get the drawn images.