Click or drag to resize
DbServerClientUpdateOperationFlags Method
Update the flags 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 UpdateOperationFlags(
	string jobId,
	JobFlags flags
)

Parameters

jobId
Type: SystemString
Operation ID
flags
Type: DrawerBackup.Native.Data.EntitiesJobFlags

Return Value

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