Expand description
Data models for tasks
Statics§
- DEFAULT_
TASK - DEFAULT_TASK registers the default task name.
- DEPENDENCY_
CACHE - DEPENDENCY_CACHE registers task prerequisites.
- TASKS
- TASKS registers tasks by name.
Type Aliases§
- Dependency
Cache - DependencyCache is a table of completed task prerequisites.
- Task
- Task models a development operation.