isProcessedAsync
[ Function ]
isProcessedAsync(): boolean;
Returns true if the given function expression will be executed asynchronously and false if not.
Parameter
Name | Type | Description |
---|---|---|
- | - | - |
Return value
Type | Description |
---|---|
boolean | If true the function call will be asynchronous. If false the function call will be synchronous. |
Available from version 1.12.744.2 |