Click or drag to resize
OperationControllerUpdateState 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 UpdateState(
	string id,
	[FromBodyAttribute] JobState state
)

Parameters

id
Type: SystemString
state
Type: DrawerBackup.Native.Data.EntitiesJobState

Return Value

Type: Result
See Also