Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether or not the query is interactive, such as showing a dialog box.
Syntax
public boolean interactive([boolean value])
Run On
Called
Parameters
- value
Type: boolean
Whether the query is interactive; optional.
Return Value
Type: boolean
true if the query is interactive; otherwise false.
Remarks
In an interactive query, the query may (for example) present the user with a dialog when the is called.
This functionality is used where code will be submitted to batch and in other situations where code must run unattended.