Get the Newsletter

postTask

A Method

postTask(task: Function): FrameworkConfiguration

Adds an async function that runs after the plugins are run.

Parameters

task: Function
The function to run after start.

Returns

Returns the current FrameworkConfiguration instance.