Gets whether at least one operation is being executed.
Returns a number between 0 and 1 which represent the ratio between completed operations and total operations.
Adds a listener to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Fire an event type.
The event that gets fired.
Checks if listener is added to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Removes a listener from an event type.
The type of the listener that gets removed.
The listener function that gets removed.
Provides a way to track the progress of running operations.