Function toggleCollect [src]

Toggles collection state. The collection state specifies whether the happening of events should be noted or if they are to be ignored. Events are noted by increment of counters in a cost center

Prototype

pub fn toggleCollect() void

Source

pub fn toggleCollect() void { doClientRequestStmt(.ToggleCollect, 0, 0, 0, 0, 0); }