| Top | Previous | Next |
|
system.tag.writeToTags |
|
Syntax system.tag.writeToTags(tagPaths, values) Parameters String[] tagPaths - The paths of the tags to write to. Object[] values - The values to write. Returns int[] - Array of ints with an element for each tag written to: 0 if the write failed immediately, 1 if it succeeded immediately, and 2 if it is pending. Scope All |