| Overload | Description |
|---|---|
| Start<TResult>(NAsyncTask<TResult>) | Adds a task to the flow and starts it |
| Start<TResult>(DNFunctionResult<NPromise<TResult>>,String) | Adds a task to the flow and starts it |
| Start<TResult>(DNFunctionResult<TResult>,String) | Adds a task to the flow and starts it |
| Start(DNFunction,String) | Adds a task to the flow and starts it |