Click or drag to resize
OperationControllerUpdateFlags Method
Update the state of a operation

Namespace: DrawerBackup.Server.WebS.Controllers
Assembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
[AuthorizeAttribute]
[HttpPostAttribute]
public Result UpdateFlags(
	string id,
	[FromBodyAttribute] JobFlags flags
)

Parameters

id
Type: SystemString
flags
Type: DrawerBackup.Native.Data.EntitiesJobFlags

Return Value

Type: Result
See Also