Adds new job.
Namespace: AMG.APIAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax Function AddJob (
job As Job
) As Integer
abstract AddJob :
job : Job -> int
Parameters
- job
- Type: AMG.API.DefinitionsJob
Job to add.
Return Value
Type:
Int32Returns newly inserted job's ID.
See Also