Table of Contents

Method WaitFor

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

WaitFor(MaaJobStatus)

Waits for a MaaFramework.Binding.MaaTaskJob to complete with an expected status.

public MaaTaskJob? WaitFor(MaaJobStatus status)

Parameters

status MaaJobStatus

The expected status.

Returns

MaaTaskJob?

this if it completes with the status; otherwise, null.