Contains information about the currently Executing Script.

Methods

Name Description
IsBlockCollapsed Check to see if a Block is collapsed. This is a shortcut to Properties.GetBoolean('BlockCollapsed.' & name, defaultValue).

Properties

Name Description
Constants Read-Only A read only Key/Value List containing Constants that can be used by the Script.
ContextData Read-Only A read only Key/Value List containing information about the Context in which the Script is running.
ExecutionSeconds Read-Only The number of Seconds that the Script has been Executing for.
FormApplicatonShortcut Read-Only The Application Shortcut used to open a form (generally a wizard).
FormKey Read-Only The key of the Form the script is running from, if applicable.
FormPageKey Read-Only The key of the Page the current Form is on, if applicable.
FormRecordMode Read-Only The Form's current Record mode, if applicable.
FormTabKey Read-Only The key of the Tab the current Form/ Page is on, if applicable.
HighDpi Read-Only Indicates whether a High DPI display is being used.
MobileMode Read-Only Indicates whether a Web Interface is running in 'Mobile' mode (as opposed to 'Desktop' mode).
Properties Read-Only Properties passed to the Script, e.g., if the Script was run as an Application Shortcut.
ScriptCaption Read-Only The Caption of the Script currently executing. If the Script does not have a Caption, the Script Description will be returned.
ScriptId Read-Only The Id of the currently executing Script (if applicable).
StartTime Read-Only The local Windows Date and Time at which this Script began executing.
Target Read-Only The Target for a Summary Page Script or similar Script.
TemplateText Read-Only Any Template Text defined by the Script.
TimeoutSeconds Read-Only Obsolete Script timeout is not supported in versions 6 and above. This will always return zero.
TouchScreen Read-Only Indicates whether a Touch Screen is being used (currently only applicable to a Web Interface).
UserAgent Read-Only The 'User Agent' string used for a Web request.
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0