Click or drag to resize

aceCommandConsoleaceOperation_runPause Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.console
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
[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 = ""
)
Request Example View Source

Parameters

wait (Optional)
Type: SystemInt32
msg (Optional)
Type: SystemString

Implements

IAceCommandConsoleaceOperation_runPause(Int32, String)
See Also