Table of Contents

Method IsPending

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

IsPending(MaaJobStatus)

Gets a value indicates whether current job status is pending.

public static bool IsPending(this MaaJobStatus current)

Parameters

current MaaJobStatus

The current job status.

Returns

bool

true if current is pending; otherwise, false.