NevronOpenVision
Nevron.Nov Namespace / NAsyncTaskFlow Class / StartIf Method
In This Topic
    StartIf Method
    In This Topic
    Starts an IF task, which starts the true flow, if conditionPromise evaluates to true, and starts the false flow, if conditionPromise evaluates to false.
    Syntax
    public NAsyncTask<NUndefined> StartIf( 
       Nevron.Nov.FunctionResult<NPromise<bool>> createConditionFunc,
       Nevron.Nov.Function<NAsyncTaskFlow> initTrueFlow,
       Nevron.Nov.Function<NAsyncTaskFlow> initFalseFlow
    )

    Parameters

    createConditionFunc
    initTrueFlow
    initFalseFlow
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also