I am an abstraction of a job process started by the worker.
str
|
avatarId
avatar identification string
|
list of (str, str)
|
bundles
ordered list of (bundleName, bundlePath) needed to create the
component
|
str
|
methodName
the factory method to use to create the component
|
str
|
moduleName
name of the module to create the component from
|
int
|
nice
the nice level to run the kid as
|
int
|
pid
PID of the child process
|
str
|
type
type of the component to create
|