Cicode Programming Reference > Cicode Function Categories > Scheduler Functions > SchdClose

SchdClose

The SchdClose function terminates a browsing session and cleans up the resources used by the session.

Syntax

INT SchdClose(LONG Session)

Session:

The handle to a browse session previously returned by the SchdOpen call

Return Value

0 (zero) if the browsing session exists, otherwise an error code is returned.

Related Functions

SchdConfigOpen,SchdConfigClose, SchdConfigFirst,SchdConfigNext,SchdConfigPrev, SchdConfigGetField, SchdConfigNumRecords,SchdOpen, SchdFirst,SchdNext, SchdPrev,SchdGetField, SchdNumRecords, ScheduleItemAdd, ScheduleItemSetRepeat, ScheduleItemModify, ScheduleItemDelete

See Also

Scheduler Functions

Published June 2018