CountDown

CountDown decrements the counter and signals when the counter has reached zero.

Methods

Arguments

Return Value

start

startValue::unsigned discrete

none

compute

none

none

out

none

logical

On activation of method

Start

The counter is set to the start value.

Compute

The counter is decremented by one.

Out

TRUE is returned if the counter is greater than zero. Otherwise, FALSE is returned.