Jobs
#
ICDataServer.newjob — Function.
newjob(dsn; cryostat="", username="", device="",
nmeas=1, jobstart="", jobstop="", jobstatus=0, dataserver="")
Create a new job in the jobs table. This function will return a DataFrame containing the columns job_id and jobsubmit with the inserted job id and job submission time.
#
ICDataServer.updatejob — Function.
updatejob(dsn, job_id; kwargs...)
Update an existing job in the jobs table based on its job_id. Specify the fields to update with keyword arguments specified in ICDataServer.newjob.