Collect_shortable_shares: know when the process ends

Is there a way to know when the asynchronous method collect_shortable_shares ends?
Same with collect_borrow_fees method.
Thanks

In recent versions you can wait for log messages. In older versions which you appear to be using, you would need to check the log file for the completion message.

1 Like