const result = await batchPlay(
[
{
"_obj": "get",
"_target": [
{
"_ref": "adjustmentLayer"
}
],
"_isCommand": false,
"_options": {
"dialogOptions": "dontDisplay"
}
}
],{
"synchronousExecution": false,
"modalBehavior": "fail"
});
my code is not working