You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I am wondering if there is a way to provide the ASYNC option. I've tried {ASYNC: ''}, but this results in an error. Perhaps in the options function, if the value of the option for a specific key is null or an explicit false then only the key should be added. Also, the result array preallocation should be removed or determined in a different way since some options may not have corresponding values.
The text was updated successfully, but these errors were encountered:
I can specify options for
addjob
that have a corresponding value; e.g.,However, I am wondering if there is a way to provide the
ASYNC
option. I've tried{ASYNC: ''}
, but this results in an error. Perhaps in the options function, if the value of the option for a specific key isnull
or an explicitfalse
then only the key should be added. Also, theresult
array preallocation should be removed or determined in a different way since some options may not have corresponding values.The text was updated successfully, but these errors were encountered: