%setflush() Function

For Windows: Not Supported

The %setflush() function sets the flush periods.

WARNING

The %setflush() function cannot be flash compiled.

Syntax

oldp = %setflush(newp, newfp)

Description

The normal flush period is set to the number of seconds specified by newp, the forced flush period to newfp and the previous values are returned into oldp. The upper 16 bits of the (int) oldp is the value of the forced flush period, and the lower 16 bits, the value of the normal flush.

NOTE

The statement cfunction gm.builtin must be included in the source. This function is a D3 extension. It is not part of libc.a.

See Also

cfunction Statement, Flusher, set-flush Command