'Declaration Public Overloads Function Next( _
ByVal stepWeightA weight of next step.As Double, _
ByVal canCancelA value indicating whether the action can be canceled.As Boolean _
) As Boolean
public bool Next(
double stepWeight,
bool canCancel
)
public: bool Next(
double stepWeight,
bool canCancel
)
public:
bool Next(
double stepWeight,
bool canCancel
)
Parameters
- stepWeight
- A weight of next step.
- canCancel
- A value indicating whether the action can be canceled.
Return Value
False action is canceled; otherwise, true.