Click or drag to resize
DbServerClientUpdateOperationState Method
Update the state of a job

Namespace: DrawerBackup.Native.Clients
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public bool UpdateOperationState(
	string jobId,
	JobState state
)

Parameters

jobId
Type: SystemString
Job ID
state
Type: DrawerBackup.Native.Data.EntitiesJobState

Return Value

Type: Boolean
True if the job state is updated
See Also