Hi,
Can start_item() and finish_item() be used inside a function?
Hi,
Can start_item() and finish_item() be used inside a function?
In reply to basilleaf:
start_item() and finish_item() are blocking tasks and should not be used in functions. There are methods to get around this requirement, but you shouldn’t use them.