Runtime.EnsureInteractiveMode

Prototypes

static void EnsureInteractiveMode()

Parameters

None

Remarks

This method ensures that the IMLPlus program is running in interactive mode (i.e. not in batch mode). If the program is running in batch mode, the program stops running and issues an error message.

All IMLPlus modules that display message boxes or dialog boxes call this method to ensure that they are not running in batch mode.

Example
Runtime.EnsureInteractiveMode();
See Also

Runtime.IsBatchMode