|
JobOperationManagerUpdateJobState Method |
Update the Job State
Namespace: DrawerBackup.ServerAssembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic void UpdateJobState(
string operationId,
JobState state
)
Public Sub UpdateJobState (
operationId As String,
state As JobState
)
public:
void UpdateJobState(
String^ operationId,
JobState state
)
member UpdateJobState :
operationId : string *
state : JobState -> unit
Parameters
- operationId
- Type: SystemString
ID of the job - state
- Type: DrawerBackup.Native.Data.EntitiesJobState
Current state
See Also