Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Description

Defines end user cancellation.
iMax defines maximum number of times the end user can cancel the job
iTimeOut defines the expiration date. Date format is YYYYMMDD
sMode defines the behaviour of End User cancellation. Then value can be:
· IF USER LOGGED ON: If an end user has been logged on to the computer the end user cancellation message will be displayed.
· ALWAYS: The end user cancellation message will always be displayed.
· NEVER: End user cancellation is deactivated 


Syntax

CMS_DefineEndUserCancellation(iMax, iTimeOut, sMode) as Boolean


Parameters

iMax (Integer)

Maximum number of cancellations

iTimeOut (Integer)

End user cancellation date

sMode (String)

End User cancellation mode (see description)


Example

VBScript
If bStatus Then bStatus = CMS_DefineEndUserCancellation(10, 20010621, "IF USER LOGGED ON")

Scripting Guidelines


Related functions

CMS_CheckEndUserCancellation CMS_JobRetryLater Job_InstallationStart

  • No labels