Table of Contents

Class StartPlugins

Namespace
DuetAPI.Commands
Assembly
DuetAPI.dll

Start all the previously started plugins again

[RequiredPermissions(SbcPermissions.ManagePlugins)]
public class StartPlugins : Command
Inheritance
StartPlugins
Derived
Inherited Members

Constructors

StartPlugins()

public StartPlugins()

Methods

UpdateFromJson(JsonElement)

Update this instance from a given JSON element

public override void UpdateFromJson(JsonElement jsonElement)

Parameters

jsonElement JsonElement

Element to update this intance from

Remarks

This method is auto-generated

Exceptions

JsonException

Failed to deserialize data

UpdateFromJsonReader(ref Utf8JsonReader)

Update this instance from a given JSON element

public override void UpdateFromJsonReader(ref Utf8JsonReader reader)

Parameters

reader Utf8JsonReader

Reader to update this intance from

Remarks

This method is auto-generated

Exceptions

JsonException

Failed to deserialize data