![]() | aceCommandConsoleaceOperation_runPause Method |
Namespace: imbACE.Services.console
[DisplayAttribute(GroupName = "run", Name = "Pause", ShortName = "", Description = "It pause ACE script execution, optionally displays custom message and allows user to end the pause")] [aceMenuItemAttribute(aceMenuItemAttributeRole.ExpandedHelp, "If wait set to -1 there will be no time limit, the user will have to stop it. It will beep in last 1/5 of wait period.")] public void aceOperation_runPause( int wait = 60, string msg = "" )