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