Table of Contents

Method IsSucceeded

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

IsSucceeded(MaaJobStatus)

Gets a value indicates whether current job status is succeeded.

public static bool IsSucceeded(this MaaJobStatus current)

Parameters

current MaaJobStatus

The current job status.

Returns

bool

true if current is succeeded; otherwise, false.