system.tag.writeAsync
This function is used in Python Scripting.
Description​
Asynchronously writes values to tags at specified paths. The script will not wait for the write operation to complete before moving on, but you can provide a callback function to run further code after the write has finished.
For a blocking tag write operation, see system.tag.writeBlocking.
Client Permission Restrictions​
Permission Type: Tag Editing
Client access to this scripting function is blocked to users that do not meet the role/zone requirements for the above permission type. This function is unaffected when run in the Gateway scope.
Syntax​
system.tag.writeAsync(tagPaths, values, [callback])