HCA

_HCA_CreateJobFixed, _HCA_CreateJobLive, _HCA_DuplicateJob, _HCA_ViewJobDefinition

_HCA_CreateJobFixed

Description 

 _HCA_CreateJobFixed(
   int64  ProjDbKey
);

Creates a New HCA Fixed Sample Definition by opening the HCA Job Definition - HCA Fixed Job dialog window.

Parameters

int64 ProjDbKey

Please see the Jobs_GetJobKey function which specifies this parameter.

_HCA_CreateJobLive

Description 

 _HCA_CreateJobLive(
   int64  ProjDbKey
);

Creates a New HCA Live Sample Definition by opening the HCA Job Definition - HCA Live Job dialog window.

Parameters

int64 ProjDbKey

Please see the Jobs_GetJobKey function which specifies this parameter.

_HCA_DuplicateJob

Description 

 _HCA_DuplicateJob(
   int64  JobdefDbKey
);

Duplicates a job specified by the JobDefDbKey parameter.

Parameters

int64 JobdefDbKey

Please see Jobs_GetJobKey which specifies this parameter.

See Also 
Jobs_GetJobKey

_HCA_ViewJobDefinition

Description 

 _HCA_ViewJobDefinition(
   int64  JobdefDbKey
);

Opens the Job Definition window of the specified job.

Parameters

int64 JobdefDbKey

Please see Jobs_GetJobKey which specifies this parameter.

See Also 
Jobs_GetJobKey