Prev | Next |
Session Object
The Session runtime object provides a common input/feedback mechanism across all script languages, giving access to objects of the types described in the System Type library. It is available through both the 'Scripts' tab and the script 'Console' tab to any script run within Enterprise Architect.
Properties
Properties |
Detail |
See also |
---|---|---|
Attributes |
|
|
Methods |
|
|
PromptType values |
|
|
PromptResult values |
|
|
Session.Prompt Example |
(VBScript) If (Session.Prompt("Continue?", promptYESNO) = resultYes) Then... |
Learn more