_HCA_CreateJobFixed, _HCA_CreateJobLive, _HCA_DuplicateJob, _HCA_ViewJobDefinition
Description
_HCA_CreateJobFixed(
int64 ProjDbKey
);
Creates a New HCA Fixed Sample Definition by opening the HCA Job Definition - HCA Fixed Job dialog window.
Parameters
ProjDbKey
Please see the Jobs_GetJobKey function which specifies this parameter.
Description
_HCA_CreateJobLive(
int64 ProjDbKey
);
Creates a New HCA Live Sample Definition by opening the HCA Job Definition - HCA Live Job dialog window.
Parameters
ProjDbKey
Please see the Jobs_GetJobKey function which specifies this parameter.
Description
_HCA_DuplicateJob(
int64 JobdefDbKey
);
Duplicates a job specified by the JobDefDbKey parameter.
Parameters
JobdefDbKey
Please see Jobs_GetJobKey which specifies this parameter.
See Also
Jobs_GetJobKey
Description
_HCA_ViewJobDefinition(
int64 JobdefDbKey
);
Opens the Job Definition window of the specified job.
Parameters
JobdefDbKey
Please see Jobs_GetJobKey which specifies this parameter.
See Also
Jobs_GetJobKey