Click or drag to resize
JobOperationManagerUpdateJobFlags Method
Update the job flags

Namespace: DrawerBackup.Server
Assembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public void UpdateJobFlags(
	string jobId,
	JobFlags flags
)

Parameters

jobId
Type: SystemString
flags
Type: DrawerBackup.Native.Data.EntitiesJobFlags
See Also