ProjectProgressMixin
Mixin
This is a mixin that tracks the progress of project calculations, either as a progress bar in the time axis header or in a mask.
Defaults to displaying a progress bar for projects that use delayed calculations to enable early rendering and to a mask for those that do not (which requires configuring the project with enableProgressNotifications : true). Configurable using the projectProgressReporting config.
See also
- SchedulerProBase — The view that consumes this mixin
- ProjectModel — The project whose calculation progress is tracked
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
Accepts the following values:
- 'auto' - Auto selects 'progressbar' or 'mask' depending on projects configuration
- 'progressbar' - Renders a thin progress bar to the time axis header
- 'mask' - Uses a mask to display progress
- null - Do not display progress
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of ProjectProgressMixin class, or subclass thereof.
-
Identifies an object as an instance of ProjectProgressMixin class, or subclass thereof.