Page 1 of 1

Task Status Changes

Posted: Wed Feb 08, 2023 9:22 am
by ruberked@gmail.com
Is there a way to listen for, capture, and/or track when tasks statuses have changed without having to open orders one at a time?

Thank you in advance!

Re: Task Status Changes

Posted: Wed Feb 08, 2023 12:45 pm
by BobRichards
You can register for the "TasksChanged" notification. This event fires when tasks are added, edited, or deleted, and can be filtered to look specifically for changes to the status. You'd register for that event just like you would for the OrderChanged event.

See the SDK topic "How-To --> Subscribe to Notifications" for information on registering for events.

Re: Task Status Changes

Posted: Thu Feb 09, 2023 10:15 am
by ruberked@gmail.com
Thank you Bob, sounds promising! We'll look into it and see if it gets us what we need.