Pause Node

This is a counter node. It's used to pause the counter.

Unlike the Ignore node (which simply stops the count from increasing), the pause node completely stops the processing of the analytic.

You can use the node to stop the counter and the pivot, which might be useful when you have shutdowns, power interruptions, maintenance or communication issues.

This node is only available in counter modules.

Example

When using this with a Change node, you'll see the following behaviour…

Changing ValuePauseCount
000
101
002
102
012
102
003

Inputs

Input #1 is a boolean. If this value is zero, the counter works normally. If the input is non-zero, the entire counter is paused.

This means that…