Shiny Language Reference
Language Reference > Handler Reference
PostRegWrite
Called on plugin shutdown to signify registry profile saving has finished
This handler is called after the registry profile has been successfully stored. This handler currently has no specific purpose but is included for future compatibility to allow communication with the registry profile storing system.
The handler call order is as follows:
Shutdown -> PreRegWrite -> RegWrite -> PostRegWrite -> ShutdownEnd
Shutdown -> PreRegWrite -> PostRegWriteFail -> ShutdownEnd
Parameters
None