|
DbServerClientUpdateOperationFlags Method |
Update the flags of a job
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic bool UpdateOperationFlags(
string jobId,
JobFlags flags
)
Public Function UpdateOperationFlags (
jobId As String,
flags As JobFlags
) As Boolean
public:
bool UpdateOperationFlags(
String^ jobId,
JobFlags flags
)
member UpdateOperationFlags :
jobId : string *
flags : JobFlags -> bool
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