QueryShutdownOptions

Use these constants with the opts parameter of the ApplicationMgr.QueryShutdown event.

  • QueryShutdown_Cancel –(Value: 2) The ApplicationMgr.Shutdown method does nothing.
  • QueryShutdown_Continue –(Value: 1) The ApplicationMgr.Shutdown method continues shutdown. If the shutdown process cannot continue because of a running execution, the application generates an error.
  • QueryShutdown_ShowDialog –(Value: 0) The ApplicationMgr.Shutdown method continues shutdown and launches a dialog box if the method needs to terminate a running execution.

See Also

ApplicationMgr.Shutdown

ApplicationMgr.QueryShutdown