LTDescr.setOnCompleteOnStart C# (CSharp) Method

setOnCompleteOnStart() public method

public setOnCompleteOnStart ( bool isOn ) : LTDescr
isOn bool
return LTDescr
    public LTDescr setOnCompleteOnStart( bool isOn )
    {
        this.onCompleteOnStart = isOn;
        return this;
    }
LTDescr