Protected
dataProtected
listenersProgress of the project in percentage (0-100).
List of result URLs for all completed jobs in the project.
Protected
emitDispatch an event to all listeners
Remove an event listener
Add an event listener, returns a function that can be called to remove the listener
Add an event listener that will be called only once
Get full project data snapshot. Can be used to serialize the project and store it in a database.
List of jobs in the project. Note that jobs will be added to this list as workers start processing them. So initially this list will be empty. Subscribe to project
updated
event to get notified about any update, including new jobs.