Table of Contents

Class StopPlugin

Namespace
DuetAPI.Commands
Assembly
DuetAPI.dll

Stop a plugin

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

Constructors

StopPlugin()

public StopPlugin()

Properties

Plugin

Identifier of the plugin

public string Plugin { get; set; }

Property Value

string

SaveState

Defines if the list of executing plugins may be saved

public bool SaveState { get; set; }

Property Value

bool

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