Shell Component

Fnd_Shell_ExcludeFromQuit

Fnd_Shell_ExcludeFromQuit (name)

Legacy manual page 219

Parameters

ParameterTypeDescription
nameTextName of the process

Description

Normally when the user selects Quit from the File menu, Foundation does a call process to each process that was procedurally created and waits for all of these processes to quit before it calls QUIT 4D. If any of these processes do not end, Foundation displays a message to the user to tell them it cannot quit because a process will not end. If you have a process that you do not want to end when the user selects quit, or that you are unable to quit (perhaps because it was launched by a plugin) then you can pass that process name to this method, and Foundation will not wait for it to quit before calling QUIT 4D.

Extracted source text
       Fnd_Shell_ExcludeFromQuit (name)

          Parameter                       Type                  Description
          name                            Text                  Name of the process

       Normally when the user selects Quit from the File menu, Foundation does a call process to each process
       that was procedurally created and waits for all of these processes to quit before it calls QUIT 4D. If any of
       these processes do not end, Foundation displays a message to the user to tell them it cannot quit because
       a process will not end.
       If you have a process that you do not want to end when the user selects quit, or that you are unable to
       quit (perhaps because it was launched by a plugin) then you can pass that process name to this method,
       and Foundation will not wait for it to quit before calling QUIT 4D.