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