Table of Contents

Method LinkStartOnConstructed

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.Native.dll

LinkStartOnConstructed(CheckStatusOption, params object?[])

Connects the address specified by the constructor on constructed.

protected void LinkStartOnConstructed(CheckStatusOption check, params object?[] args)

Parameters

check CheckStatusOption

Checks LinkStart().Wait() status if MaaFramework.Binding.CheckStatusOption.ThrowIfNotSucceeded; otherwise, not check.

args object?[]

The key arguments.

Exceptions

MaaJobStatusException