Class StopPlugins
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
jsonElementJsonElementElement 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
readerUtf8JsonReaderReader to update this intance from
Remarks
This method is auto-generated
Exceptions
- JsonException
Failed to deserialize data