Skip to main content

IFunctionCallOptions

Defined in: src/functions.ts:116

Properties

PropertyTypeDescriptionDefined in
cacheable?booleanSpecifies if this call could be cached, even if the parent function/connection is not.src/functions.ts:121
contextContextFunction call context.src/functions.ts:118
progress?ProgressIndicator-src/functions.ts:126
reportable?booleanWhether Func.beforeCommandExecuted and afterCommandExecuted events are fired.src/functions.ts:124