Gets jobs by their IDs.
Namespace: AMG.APIAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax Job[] GetJobs(
int[] jobIds
)
Function GetJobs (
jobIds As Integer()
) As Job()
array<Job^>^ GetJobs(
array<int>^ jobIds
)
abstract GetJobs :
jobIds : int[] -> Job[]
Parameters
- jobIds
- Type: SystemInt32
Job IDs to retrieve or empty array to get all jobs.
Return Value
Type:
JobReturns array of Jobs.
See Also