Create a 'ScheduledScript' type Application Shortcut to run a Scheduled Script.

Syntax

ISfinSupport.CreateApplicationShortcutScheduledScript(id, [autoRun], [intervalMinutes], [startTime], [endTime], [repeatCount])

Parameters

NameTypeOptionalByRefDescription
id String The Script Id.
autoRun Boolean Optional Indicates whether to automatically run the Script. If omitted, a value of False is assumed.
intervalMinutes Integer Optional The interval at which the Script should run in minutes. If omitted, a value of 10 is assumed.
startTime Date Optional An optional Start Time (the date portion will be ignored). If omitted, a value of Nothing is assumed.
endTime Date Optional An optional End Time (the date portion will be ignored). If omitted, a value of Nothing is assumed.
repeatCount Integer Optional The number of times the Script should be run. If omitted, a value of 0 is assumed.

Return Value

ISApplicationShortcut

An ISApplicationShortcut object.

Member of:
ISfinSupport
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0