Table of Contents

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

waitFreezesId long

The wait freezes id.

nodeName string

The node name.

phase string

The phase (e.g. "pre", "post", "repeat", "context").

isSucceeded bool

A value indicating whether the wait freezes is succeeded.

millisecondsElapsed ulong

The total elapsed time in milliseconds.

recoIdList long[]

The recognition id array for each frame-to-frame comparison.

roi IMaaRectBuffer?

The actual region of interest used for comparison.

Returns

bool

true if query was successful; otherwise, false.

Remarks

Obtained via wf_id from the callback. Each reco_id can be queried via MaaTaskerGetRecognitionDetail to get the drawn images.