@haystacks/async
Version:
A framework to build any number or any kind of native application or automation solution.
27 lines (26 loc) • 2.35 kB
text/xml
<CommandWorkflows>
<debug>
<structures>
<stack>
<Workflow Name="stackEnable" Value="changeConfigSetting debugSetting.framework.structures.stack true"/>
<Workflow Name="stackDisable" Value="changeConfigSetting debugSetting.framework.structures.stack false"/>
<Workflow Name="initStackEnable" Value="changeConfigSetting debugSetting.framework.structures.stack.initStack true"/>
<Workflow Name="initStackDisable" Value="changeConfigSetting debugSetting.framework.structures.stack.initStack false"/>
<Workflow Name="clearStackEnable" Value="changeConfigSetting debugSetting.framework.structures.stack.clearStack true"/>
<Workflow Name="clearStackDisable" Value="changeConfigSetting debugSetting.framework.structures.stack.clearStack false"/>
<Workflow Name="pushEnable" Value="changeConfigSetting debugSetting.framework.structures.stack.push true"/>
<Workflow Name="pushDisable" Value="changeConfigSetting debugSetting.framework.structures.stack.push false"/>
<Workflow Name="popEnable" Value="changeConfigSetting debugSetting.framework.structures.stack.pop true"/>
<Workflow Name="popDisable" Value="changeConfigSetting debugSetting.framework.structures.stack.pop false"/>
<Workflow Name="stackIsEmptyEnable" Value="changeConfigSetting debugSetting.framework.structures.stack.isEmpty true"/>
<Workflow Name="stackIsEmptyDisable" Value="changeConfigSetting debugSetting.framework.structures.stack.isEmpty false"/>
<Workflow Name="lengthEnable" Value="changeConfigSetting debugSetting.framework.structures.stack.length true"/>
<Workflow Name="lengthDisable" Value="changeConfigSetting debugSetting.framework.structures.stack.length false"/>
<Workflow Name="containsEnable" Value="changeConfigSetting debugSetting.framework.structures.stack.contains true"/>
<Workflow Name="containsDisable" Value="changeConfigSetting debugSetting.framework.structures.stack.contains false"/>
<Workflow Name="printEnable" Value="changeConfigSetting debugSetting.framework.structures.stack.print true"/>
<Workflow Name="printDisable" Value="changeConfigSetting debugSetting.framework.structures.stack.print false"/>
</stack>
</structures>
</debug>
</CommandWorkflows>