Marks Queued job as completed and sets EndTime.
Namespace: VcClient.TestAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public virtual void InternalCompleteJob( Guid jobId ) |
Visual Basic |
---|
Public Overridable Sub InternalCompleteJob ( _ jobId As Guid _ ) |
Visual C++ |
---|
public: virtual void InternalCompleteJob( Guid jobId ) |
Parameters
- jobId
- Type: Guid
ID of job to modify.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Job not in Running state. |
VcClientExceptions..::..JobNotFoundException | jobId is not found. |