SysStartupCmdCompileLayerInheritance.setShuttingDown Method [AX 2012]

Indicates whether the client should shut down after the execution of this startup command.

Syntax

public void setShuttingDown(boolean _shuttingDown)

Run On

Called

Parameters

  • _shuttingDown
    Type: boolean
    A Boolean value that indicates whether to shut down the client when the startup command completes.

Remarks

This can be used to override the default behavior.

See Also

Reference

SysStartupCmdCompileLayerInheritance Class