Next: SOFTWARE-EVOLUTION-LIBRARY/REST/DEFINE-COMMAND-ENDPOINT, Previous: SOFTWARE-EVOLUTION-LIBRARY/REST, Up: Software Evolution Library Index [Contents][Index]
Class precedence list: async-job, standard-object, slot-object, t
Slots:
name
— initarg: :name
; reader: software-evolution-library/rest/async-jobs:async-job-name
; writer: (setf software-evolution-library/rest/async-jobs:async-job-name)
Unique name/id for the job
Task to perform asynchronously, against every item in a population
Define an async-job type.
Given a name and arguments, call the async-job-type function.
Allow some special-case names, otherwise fall through to symbol
in sel
package by the specified name.