Boolean
IUserInterface
.IsBatchMode { get; }
Gets the batch mode of the user interface.
Remarks
Returns true if the application is in batch mode and return false if the application is in interactive mode.
Examples