Hi,
There is a command definition for that:
<ToolbarTab name="Utilities" id="UtilitiesTab">
<ToolbarPanels count="6">
<ToolbarPanel name="Actions" id="CAMInProcessStockPanel">
<ToolbarControls count="1">
<CommandControl name="Automatic In-Process Stock Generation" id="IronAutomaticIPSGeneration" commandType="ButtonControlDefinition" isPromoted="True" />
</ToolbarControls>
</ToolbarPanel>
The command ID for it is: IronAutomaticIPSGeneration. You can execute this command to toggle it on/off.
Regards,
Jorge Jaramillo