Mouse cursor / pointer status

Hi,

How can I get the status of the cursor to check the loading status based on the blue :large_blue_circle: loading circle
Of mouse.
I tried using the system.windows.forms.cursor.current to get the status but it is always showing status as wait even if cursor is not busy.

How can I get this? thanks you in advance

Hi @Harbansh_Singh ,

Could you let us know how it is implemented in the workflow ? A Screenshot or the xaml file would help us understand the situation in a better way.

You can use the CURSOR_STATUS function to determine its state. For anyone else trying this with a cursor you yourself opened, and is maybe is left allocated because of error handling, you may have to change the global part to local . Curse of the infamous SO copy/paste

Regards,
Will