Table of Contents

Method IsDone

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

IsDone(MaaJobStatus)

Gets a value indicates whether current job status is succeeded or failed.

public static bool IsDone(this MaaJobStatus current)

Parameters

current MaaJobStatus

The current job status.

Returns

bool

true if current is succeeded or failed; otherwise, false.