CMS_IncrementSessionID

Description

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

Syntax

CMS_IncrementSessionID() as Boolean

Not Supported

Example

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

Scripting Guidelines

Related functions

CMS Functions