Previous Topic: RESOURCE_LISTNext Topic: RetrieveValue


RestartRequired

RestartRequired

Directs CA DMM to display the restart required dialog at the end of a migration. Use this function for scripts that require a restart to complete a successful migration. The only required parameter is a Boolean indicating whether the script requires a restart.

First parameter:

(Boolean value)

Usage:
RestartRequired(<Boolean>);
Example:
RestartRequired(true);