Class SetPluginProcess
Command to update the process identifier of a given plugin. Reserved for internal purposes, do not use
Inherited Members
Namespace: DuetAPI.Commands
Assembly: DuetAPI.dll
Syntax
[RequiredPermissions(SbcPermissions.ServicePlugins)]
public class SetPluginProcess : Command
Properties
Pid
New process identifier of the plugin
Declaration
public int Pid { get; set; }
Property Value
Type | Description |
---|---|
int |
Plugin
Identifier of the plugin to update
Declaration
public string Plugin { get; set; }
Property Value
Type | Description |
---|---|
string |