You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Job is an object responsible for parsing a configuration, loading the appropriate behaviour based on that configuration, and then executing the tasks associated with that behaviour. The workflow of a Job is broken up into four parts: the Job class, the Mixin class, the Risk and Hazard mixin proxies, and the various Hazard and Risk mixins to define behavior. For more information see the code documentation: http://opengem.globalquakemodel.org/docs/job.html