Class SetUpdateStatus
Override the current status as reported by the object model when performing a software update
Inherited Members
Namespace: DuetAPI.Commands
Assembly: DuetAPI.dll
Syntax
[RequiredPermissions(SbcPermissions.ObjectModelReadWrite)]
public class SetUpdateStatus : Command
Properties
Updating
Whether an update is now in progress
Declaration
public bool Updating { get; set; }
Property Value
Type | Description |
---|---|
bool |