Table of Contents

Class StopPlugins

Namespace
DuetAPI.Commands
Assembly
DuetAPI.dll

Stop all the plugins and save which plugins were started before. This command is intended for shutdown or update requests

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

Constructors

StopPlugins()

public StopPlugins()

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