Shiny Language Reference

Language Reference > Handler Reference


PostRegRead

 

 

Called on plugin startup to signify registry profile reading has finished

This handler is called after the registry profile has been successfully loaded (in other words, if this handler is called you know that registry reading succeeded). This handler currently has no specific purpose but is included for future compatibility to allow communication with the registry profile setup. You may wish to use this handler to alter any settings loaded from the registry, although the RegRead handler is a better choice.

The handler call order is as follows:

PreRegRead -> RegRead -> PostRegRead -> Init
PreRegRead -> PostRegReadFail

 

Parameters

None