Query.interactive Method

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.

See Also

Reference

Query Class