Click or drag to resize
OperationControllerUpdateProgress Method
Update the progress 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 UpdateProgress(
	[FromBodyAttribute] JobProgress data
)

Parameters

data
Type: DrawerBackup.Server.Data.EntitiesJobProgress
Data of the progress

Return Value

Type: Result
See Also