Skip to content

CMS\_IncrementSessionID

This will inform the system to increment SessionID after a forced reboot. This will make sure packages scheduled as Always will run again even though they have already run this session

:vb: CMS_IncrementSessionID() as Boolean

:ps: Not Supported

If bStatus Then bStatus = Job_RebootWS("Reboot requested")
If bStatus Then bStatus = CMS_IncrementSessionID()

Scripting Guidelines

CMS Functions