Shell Component

Fnd_Shell_IsRunning

Fnd_Shell_IsRunning -> Boolean

Legacy manual page 220

Parameters

ParameterTypeDescription
Function resultBooleanIs the shell running

Description

This function returns True if the shell is running. This method is only needed during development. It will return False if you have selected Quit from the File menu, and the shell has switched back to menu bar #1.

Extracted source text
            Fnd_Shell_IsRunning ➜ Boolean

              Parameter                Type              Description
              Function result          Boolean           Is the shell running

            This function returns True if the shell is running. This method is only needed during development. It will
            return False if you have selected Quit from the File menu, and the shell has switched back to menu bar
            #1.