I am attempting to create a custom trigger called setTrigger
for a background task using javascript.
Initially, I believed that utilizing the contentChanged
Method would be the solution...
taskBuilder.setTrigger(new Windows.ApplicationModel.DataTransfer.Clipboard.contentChanged);
...however, this resulted in the following error message:
0x800a01bd - JavaScript runtime error: Object doesn't support this action