Class StartPlugin
Start a plugin
Inherited Members
Namespace: DuetAPI.Commands
Assembly: DuetAPI.dll
Syntax
[RequiredPermissions(SbcPermissions.ManagePlugins)]
public class StartPlugin : Command
Properties
Plugin
Identifier of the plugin
Declaration
public string Plugin { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SaveState
Defines if the list of executing plugins may be saved
Declaration
public bool SaveState { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |