BusinessProcessCounter Property

Returns the number of cycles started so far.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public long Counter { get; }

Property Value

Int64

Remarks

Will return 1 even if the Exit(ExitTiming, FuncBoolean) evaluated to true for the first row.
That's because the row was loaded, the counter advanced and then the Exit(ExitTiming, FuncBoolean) evaluated and ended the task.

See Also