Click or drag to resize
JobOperationManagerUpdateJobState Method
Update the Job State

Namespace: DrawerBackup.Server
Assembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public void UpdateJobState(
	string operationId,
	JobState state
)

Parameters

operationId
Type: SystemString
ID of the job
state
Type: DrawerBackup.Native.Data.EntitiesJobState
Current state
See Also