Job Records
Stuck Jobs
Restarting a job server on a computer that had a job running should set that job to abandoned. Sometimes it doesn't and the job is just setting in Running state and the Job Server doesn't continue to the next job. To clear this by hand you can run the following. vjc! os the sw_job collection and ABANDONED may be different due to translations.
record_transaction.new_update(vjc![:sw_job].at(11517632),property_list.new_with(:status, "ABANDONED")).run()
Job Types
Job Editor Parameters
When you define job editor parameters you must give it a GUI type. The available GUI types are the keys of lightweight_tree_item_editor.editor_data.





