Gets a Job using a Job ID.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic Job GetJob(
string jobID
)
Public Function GetJob (
jobID As String
) As Job
public:
Job^ GetJob(
String^ jobID
)
member GetJob :
jobID : string -> Job
Parameters
- jobID
- Type: SystemString
The Job ID to lookup.
Return Value
Type:
JobThe Job with the specified ID.
Exceptions
See Also