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