Click or drag to resize

IAceCommandConsoleaceOperation_runPause Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
It pause ACE script execution, optionally displays custom message and allows user to end the pause

Namespace:  imbACE.Core.operations
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
void aceOperation_runPause(
	int wait = 60,
	string msg = ""
)
Request Example View Source

Parameters

wait (Optional)
Type: SystemInt32
How log the pause may last? in seconds. If set to -1 there is no time limit
msg (Optional)
Type: SystemString
Custom message to be displayed to user.
Remarks

If wait set to -1 there will be no time limit. If userCanEnd is true it will allow user to end the pause and continue.

See Also