Methods
Optional setup
- setup(cb: function): void
-
Parameters
-
cb: function
-
- (error: Error | null): void
Returns void
Optional shutdown
- shutdown(cb: function): void
-
Parameters
-
cb: function
-
- (error: Error | null): void
Returns void
Optional start
- start(cb: function): void
-
Parameters
-
cb: function
-
- (error: Error | null): void
Returns void
Tasks are what
mage.cli
will execute for the duration of this MAGE's run cycle.ITask