Script command get(#CommandID) add #481 (Suspend Auto-Refresh)

Features wanted...
Post Reply
hermhart
Posts: 213
Joined: 13 Jan 2015 18:41

Script command get(#CommandID) add #481 (Suspend Auto-Refresh)

Post by hermhart »

Would it be possible to add to the get(#CommandID) the toggle state for #481 (Suspend Auto-Refresh)?

jupe
Posts: 2794
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Script command get(#CommandID) add #481 (Suspend Auto-Refresh)

Post by jupe »

+1

admin
Site Admin
Posts: 60564
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Script command get(#CommandID) add #481 (Suspend Auto-Refresh)

Post by admin »

OK, implemented it like this:

Code: Select all

    + Variable <get [Command ID] [ReturnOnTrue = 1] [ReturnOnFalse = 0]> 
      now also supports this:
        #481 = View | Suspend Auto-Refresh  (True if Auto-Refresh is off or suspended)
      Example:
        echo get("#481", "Auto-Refresh Off", "Auto-Refresh On");
Is that what you had in mind?

jupe
Posts: 2794
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Script command get(#CommandID) add #481 (Suspend Auto-Refresh)

Post by jupe »

If you were asking me, then yes, thanks!
      
:ugeek:

hermhart
Posts: 213
Joined: 13 Jan 2015 18:41

Re: Script command get(#CommandID) add #481 (Suspend Auto-Refresh)

Post by hermhart »

Thank you. :appl:

Post Reply