commandbox.system.modules_app.system-commands.commands

Class pause

lucee.Component
    extended by commandbox.system.modules_app.system-commands.commands.pause

This commnd waits for the user to press a key to continue. You could use this in a boxr recipe to pause execution so you can see the previous commands' output before the windows closes if calling it from a shortcut to a native OS prompt that closes as soon as it's complete. . {code:bash} pause {code}

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
  • excludefromhelp : true
  •  
    Method Summary
    any run()
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    run

    public any run()