InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ShutdownUtils Class Reference

#include <ShutdownUtils.h>

Static Public Member Functions

static void RequestShutdown ()
 
static void CancelShutdown ()
 
static bool ShutdownRequested ()
 

Detailed Description

InDesign Server Only

Provides a mechanism for cleanly shutting down the server. There may be pending requests. These utilities take into account those requests and wait to shutdown until they complete.

Member Function Documentation

static void ShutdownUtils::CancelShutdown ()
static

Cancel a shutdown request.

static void ShutdownUtils::RequestShutdown ()
static

Request a shutdown.

static bool ShutdownUtils::ShutdownRequested ()
static

It there currently a pending shutdown request?