Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The first element of the logic:

Code Block
if (api.currentItem('AlreadyProcessedByCFS') as Boolean) {
  api.abortCalculation()
  return
}

...