Click or drag to resize
IJobApiGetJobs Method
Gets jobs by their IDs.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
Job[] GetJobs(
	int[] jobIds
)

Parameters

jobIds
Type: SystemInt32
Job IDs to retrieve or empty array to get all jobs.

Return Value

Type: Job
Returns array of Jobs.
See Also