Table of Contents

Method IsRunning

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

IsRunning(MaaJobStatus)

Gets a value indicates whether current job status is running.

public static bool IsRunning(this MaaJobStatus current)

Parameters

current MaaJobStatus

The current job status.

Returns

bool

true if current is running; otherwise, false.